Searched refs:dprintf_ (Results 1 – 1 of 1) sorted by relevance
28 #define dprintf_(fmt, ...) printf("line %3.3d - " fmt "%.0s", __LINE__, __VA_ARGS__) macro29 #define dprintf(...) dprintf_(__VA_ARGS__, "dummy")