summaryrefslogtreecommitdiffstats
path: root/src/check_error.h (plain)
blob: 2250c5926322f1e2f19535a325055da1129d80a6
1
2
3
4
5
6
7
8
9
10
#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

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.