/*------------------------------------------------------------------------------ errors.h - Declaration of an error reporting function ------------------------------------------------------------------------------*/ #ifndef errors_h #define errors_h void report_error (const char *format, ...); #endif // ! errors_h