00001 //======================================================================== 00002 // 00003 // Error.h 00004 // 00005 // Copyright 1996-2002 Glyph & Cog, LLC 00006 // 00007 //======================================================================== 00008 00009 #ifndef ERROR_H 00010 #define ERROR_H 00011 00012 #ifdef __GNUC__ 00013 #pragma interface 00014 #endif 00015 00016 #include <stdio.h> 00017 #include "config.h" 00018 00019 extern void CDECL error(int pos, char *msg, ...); 00020 00021 #endif
1.4.2