home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16788 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  858 b 

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!rphroy!caen!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!hamel!rene
  2. From: rene@hamel.uucp (Rene Mueller)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How to use 'return' in c?
  5. Message-ID: <RQ282FK@math.fu-berlin.de>
  6. Date: 19 Nov 92 15:26:02 GMT
  7. References: <1992Oct29.025437.9289@nuscc.nus.sg> <1992Oct29.053625.24495@u.washington.edu>
  8. Sender: rene@hamel (Rene Mueller)
  9. Organization: Free University of Berlin, Germany
  10. Lines: 8
  11.  
  12. In article <1992Oct29.053625.24495@u.washington.edu>, chuckb@stein.u.washington.edu (Charles Bass) writes:
  13. |> As for exit(1) and exit(0) it is safest to use the constants
  14. |> EXIT_SUCCESS and EXIT_FAILURE so the proper value is returned to
  15. |> the OS
  16. Doesn't work on every OS...
  17. There are a lot of compilers where these defines doesn't exist...
  18.  
  19.     Rene
  20.