Skip to content

Instantly share code, notes, and snippets.

@ddbuscombe
Created July 27, 2013 03:19
Show Gist options
  • Select an option

  • Save ddbuscombe/6093548 to your computer and use it in GitHub Desktop.

Select an option

Save ddbuscombe/6093548 to your computer and use it in GitHub Desktop.
FILE *INFILE, *OUTFILE, *DFILE = stderr, *TFILE;
//to read:
FILE *INFILE, *OUTFILE, *TFILE, *DFILE;
//and in main() add the following lines
FILE *DFILE;
DFILE = stderr;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment