scyther/src/error.h

7 lines
65 B
C
Raw Normal View History

2004-06-12 15:20:07 +01:00
#ifndef ERROR
#define ERROR
void error (char *fmt, ...)
#endif