home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1787 / errs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  366 b   |  15 lines

  1. /* Various error codes used by decoder
  2.  * and my own routines...   It's okay
  3.  * for you to define whatever you want,
  4.  * as long as it's negative...  It will be
  5.  * returned intact up the various subroutine
  6.  * levels...
  7.  */
  8. #define OUT_OF_MEMORY -10
  9. #define BAD_CODE_SIZE -20
  10. #define READ_ERROR -1
  11. #define WRITE_ERROR -2
  12. #define OPEN_ERROR -3
  13. #define CREATE_ERROR -4
  14.  
  15.