Searched defs:TRACE (Results 1 – 4 of 4) sorted by relevance
29 #define TRACE(...) printf(__VA_ARGS__) macro31 #define TRACE(...) macro
26 #define TRACE(...) printf(__VA_ARGS__) macro28 #define TRACE(...) macro
31 #define TRACE(...) if (RDG_DEBUG) fprintf(stderr, __VA_ARGS__ ) macro
43 #define TRACE(...) printf(__VA_ARGS__) macro45 #define TRACE(...) macro