7 lines
65 B
C
7 lines
65 B
C
|
#ifndef ERROR
|
||
|
#define ERROR
|
||
|
|
||
|
void error (char *fmt, ...)
|
||
|
|
||
|
#endif
|