#include #include #define p(fmt, ...) fprint(2, fmt, __VA_ARGS__) void main(void) { p("hello, world\n"); }