fprintf
#define fprintf outfmt
fprintf(FILE * __restrict fp, const char * __restrict fmt, ...)
#define fprintf(x, ...) printf( __VA_ARGS__ )