#ifndef CHECK_ERROR_H #define CHECK_ERROR_H /* * Check the error state. Reports and error message and exits if an * error has occured. */ void check_error (const char *filename, unsigned int linenum); #endif // CHECK_ERROR_H