Searched defs:fputc (Results 1 – 5 of 5) sorted by relevance
4 int fputc(int c, FILE *f) in fputc() function
358 void fputc(int file, const char c) in fputc() function
528 #define fputc(...) (pthread_testcancel(), fputc(__VA_ARGS__)) macro