Plan 9 from Bell Labs’s /n/sources/patch/applied/cc-varadic-macros/test/1.c
#include <u.h> #include <libc.h> #define p(...) fprint(2, __VA_ARGS__) int main(void) { p("hello, world"); }