Searched defs:PRINTF (Results 1 – 1 of 1) sorted by relevance
12 #define PRINTF(fmt, ...) printf(fmt, ##__VA_ARGS__) macro15 int PRINTF(const char *fmt, ...) in PRINTF() function