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