Searched defs:PRINTF (Results 1 – 1 of 1) sorted by relevance
65 #define PRINTF(f_, ...) printf((f_), ##__VA_ARGS__); macro69 #define PRINTF(f_, ...) {}; macro