Searched defs:PRINTF_ATTRIBUTE (Results 1 – 2 of 2) sorted by relevance
32 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__((format (printf, a1, a2))) macro
769 #define PRINTF_ATTRIBUTE(x, y) __attribute__((format(printf, x, y))) macro
Completed in 18 milliseconds