1 2 3 4 5
extern int foo (const char *, ...); static void sparse_error(const char err[]) { foo("%s\n",err); }