Searched defs:fprintfcb (Results 1 – 2 of 2) sorted by relevance
51 int fprintfcb(FILE *stream, const char *format, ...) in fprintfcb() function
823 #define fprintfcb(stream, ...) fprintf(stream, __VA_ARGS__) macro