1 2 3 4 5 6 7
#ifndef _ERROR_H #define ERROR_H void fatal_error(const char *msgfmt, ...); void warning(const char *msg); #endif