fork download
  1. #!/bin/bash
  2.  
  3. cat /usr/include/stdio.h|grep stderr
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
extern struct _IO_FILE *stderr;		/* Standard error output stream.  */
#define stderr stderr