1 2 3 4 5 6 7 8 9 10 11
#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
Copyright © 2009 Don Pellegrino All Rights Reserved.