#include <stdarg.h>

extern char *pname;

extern void Warning(char *, ...);
extern void Error(char *, ...);
extern void Perror(char *, ...);