#define p(...) fprint(2, "DEBUG" ## __VA_ARGS__) void main(void) { p("hello, world"); exits(""); }