1 2 3 4 5 6 7
#include <stdarg.h> extern char *pname; extern void Warning(char *, ...); extern void Error(char *, ...); extern void Perror(char *, ...);