Searched defs:DBG (Results 1 – 3 of 3) sorted by relevance
38 const DBG: bool = true; constant
100 #define DBG(fmt, ...) fprintf(stdlog, fmt "\n", ##__VA_ARGS__) macro
79 #define DBG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro