00001 /* Fatal Error Definitions */ 00002 00003 #define OUTOFMEM_ERROR -7; /* out of memory */ 00004 #define ERROR -1 /* non specific error */ 00005 #define SUCCESS 1 00006 #define FAILURE -1 00007 #define PARSE_ERROR -11 00008 #define DIV_BY_ZERO -3 00009 #define OK 2