#ifndef ERR_H #define ERR_H void perr(const char *s); void efatal(const char *s); #endif