Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created August 27, 2013 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncopa/6350483 to your computer and use it in GitHub Desktop.
Save ncopa/6350483 to your computer and use it in GitHub Desktop.
dev32-edge:~/src/git$ grep fgetc /usr/include/stdio.h
extern int fgetc (FILE *__stream);
extern int fgetc_unlocked (FILE *__stream);
#define fgetc(_fp) __FGETC(_fp)
#define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment