PRINTF
#define PRINTF(a,b,c)
static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti,
#define PRINTF(i, j) __attribute__((format (__MINGW_PRINTF_FORMAT, i, j)))
#define PRINTF(i, j) __attribute__((format (gnu_printf, i, j)))
#define PRINTF(i, j) __attribute__((format (printf, i, j)))
#define PRINTF(i, j)
static inline void NORETURN PRINTF(1, 2) die(const char *str, ...)
#define PRINTF(fmt, arg...) { \
#define PRINTF(fmt, arg...) { \