Searched defs:PRINT (Results 1 – 3 of 3) sorted by relevance
26 #define PRINT(x...) do { \ macro31 #define PRINT(x...) do { \ macro
106 #define PRINT(...) fprintf(stdout,__VA_ARGS__) macro108 #define PRINT(...) macro
51 #define PRINT printf macro55 #define PRINT(str,args...) fprintf(stdout,"[%s] %s():%d: *** "str"",__FILE__,__FUNCTION__,__LINE__,… macro57 #define PRINT(str, args...) macro