#ifndef _ERROR_H #define ERROR_H void fatal_error(const char *msg); void warning(const char *msg); #endif