Searched defs:PRINTFLIKE (Results 1 – 1 of 1) sorted by relevance
177 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a))) macro179 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro182 #define PRINTFLIKE(f, a) macro