getc
getc(int fn)
#define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp))
#define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++)
#undef getc /* call the getc function not the macro */
#undef getc
getc(FILE *iop)
#define getc(f) getc_unlocked(f)
#define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++)