home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / help / maserr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-03-10  |  240 b   |  19 lines

  1. #ifndef MASERR_I_
  2. #define MASERR_I_
  3.  
  4. /*
  5. *
  6. * E_ error codes
  7. *
  8. */
  9.  
  10. #define    E_OK            0
  11. #define    E_USAGE          200
  12. #define E_FNDENV      201
  13. #define E_ENVFULL      202
  14. #define    E_CTLC          254
  15. #define    E_STACK          255
  16.  
  17. #endif    /* MASERR_I_ */
  18.  
  19.