Searched defs:PRINTFLIKE (Results 1 – 1 of 1) sorted by relevance
157 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a))) macro159 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro162 #define PRINTFLIKE(f, a) macro