Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

error.h

Go to the documentation of this file.
00001 /*
00002  * InCode - [ error.h ]
00003  * (c) 2002, J. Weeks
00004  * jweeks@mailandnews.com
00005  *
00006  */
00007 
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef __ERROR_H__
00018 #define __ERROR_H__
00019 
00020 int errInit(char *fname);
00021 int errClose(void);
00022 int errPrint(char *str);
00023 int errAbort(char *str);
00024 int errExpected(char *str);
00025 
00026 #endif

Generated on Sun Mar 3 15:36:27 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001