Searched defs:vdbg (Results 1 – 1 of 1) sorted by relevance
24 #define vdbg(format, arg...) printf("DEBUG: " format, ##arg) macro26 #define vdbg(format, arg...) do {} while (0) macro