summaryrefslogtreecommitdiffstats
path: root/src/check_error.h (plain)
blob: 33acc63a58fee904c4b27b56365af2e0c7e400c4
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

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.