file: include/vecerr.h

/* * Error conditions for the vector library //OVERLOAD CALL: vector: Coords.c(?), Curvi.c(?) */ #ifndef VECERR #define VECERR #define vFATAL 100 /* ------ FATAL errors after this ------- */ #define vNOMEM 101 void vecerr (char *sec, int msgid); #endif


Back to Source File Index


C++ to HTML Conversion by ctoohtml