home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 432b.lha / CClib.library_V3.0 / con / con.lzh / syserr.c < prev   
Text File  |  1990-09-01  |  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.