Searched defs:WPRINTF (Results 1 – 1 of 1) sorted by relevance
71 #define WPRINTF(STR, ...) WFPRINTF(stdout, STR, __VA_ARGS__) macro99 #define WPRINTF(STR, ...) printf(STR, __VA_ARGS__) macro