Searched defs:fprintf (Results 1 – 2 of 2) sorted by relevance
13 #define fprintf(fmt, args...) printf(args) macro
703 int fprintf(FILE * file, const char *format, ...) in fprintf() function