debug_printf
void debug_printf(const char *, ...) __printflike(1, 2);
#define dbg(...) debug_printf(__VA_ARGS__)