FPRINTF
#define FPRINTF fprintf
static inline void FPRINTF(FILE*, const char*, ...) { }
#define FPRINTF(args) fprintf args
#define FPRINTF(args)