home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk399.lzh / CCLib / Con / syserr.c < prev   
Text File  |  1990-11-02  |  212b  |  14 lines

  1. char *sys_errlist[] =
  2. {
  3. "No Error",
  4. "File Not Found",
  5. "Bad File Handle",
  6. "Not Enough Memory",
  7. "File Exists",
  8. "Invalid Function Number",
  9. "Too Many Files Opened",
  10. "Not A Console Device",
  11. "Invalid Access Code",
  12. };
  13.  
  14.