home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B97.ZIP / RETCODE.H < prev    next >
Text File  |  1997-11-09  |  112b  |  6 lines

  1. #undef EXIT_SUCCESS
  2. #undef EXIT_FAILURE
  3. #define EXIT_SUCCESS 2
  4. #define EXIT_STACK 1
  5. #define EXIT_FAILURE 0
  6.