Searched defs:DEBUGOUT3 (Results 1 – 2 of 2) sorted by relevance
80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) macro106 #define DEBUGOUT3(S,A,B,C) do { } while (/*CONSTCOND*/false) macro
200 #define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__) macro