1 2 3 4 5 6 7
#ifndef ERR_H #define ERR_H void perr(const char *s); void efatal(const char *s); #endif