Searched defs:fputc (Results 1 – 5 of 5) sorted by relevance
374 void fputc(int file, const char c) in fputc() function
1119 fputc(int c, FILE *stream) in fputc() function
99 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro