home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume21 / exebyte_toc / exitcodes.h < prev    next >
C/C++ Source or Header  |  1990-04-29  |  153b  |  11 lines

  1. #ifndef EXITCODES_H
  2. #define EXITCODES_H 1
  3.  
  4. #define EXIT_OK        0
  5. #define EXIT_USAGE    1
  6. #define    EXIT_IO        2
  7. #define EXIT_NOTOC    3
  8. #define EXIT_TOOBIG    4
  9.  
  10. #endif
  11.