home *** CD-ROM | disk | FTP | other *** search
- #define HELP 1 /* Display help screen */
- #define OPEN 10 /* Error opening file */
- #define CLOSE 20 /* Error closing file */
- #define READ 30 /* Error reading file */
- #define WRITE 40 /* Error writing file */
- #define SEEK 50 /* Error seeking in file */
- #define MEM 60 /* Error allocating memory */
-
- #ifndef USAGE
- #define USAGE "Help not available\n\r"
- #endif
-
- void Error( int ErrorLevel, int Line, char * File );
-