fprintf
#define fprintf(fmt, args...) printf(args)
int fprintf(FILE * file, const char *format, ...)
int fprintf(FILE *stream, const char *fmt, ...)