summaryrefslogtreecommitdiffstats
path: root/src/util/check_error.h (plain)
blob: 7aa64957154ffe1784d842a246b6f697c29dd1f0
1
2
3
4
5
6
7
8
9
#ifndef CHECK_ERROR_H
#define CHECK_ERROR_H

/*
 * Based on example 14-1 in Shreiner p603.
 */
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.