Searched defs:PRINT (Results 1 – 11 of 11) sorted by relevance
37 #define PRINT(x...) do { \ macro
25 #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
47 #define PRINT(...) \ macro