home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / include / exec / errors.g < prev    next >
Text File  |  1987-05-16  |  102b  |  6 lines

  1. int
  2.     IOERR_OPENFAIL    = -1,
  3.     IOERR_ABORTED    = -2,
  4.     IOERR_NOCMD     = -3,
  5.     IOERR_BADLENGTH    = -4;
  6.