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