home *** CD-ROM | disk | FTP | other *** search
- 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
- From: rene@hamel.uucp (Rene Mueller)
- Newsgroups: comp.lang.c
- Subject: Re: How to use 'return' in c?
- Message-ID: <RQ282FK@math.fu-berlin.de>
- Date: 19 Nov 92 15:26:02 GMT
- References: <1992Oct29.025437.9289@nuscc.nus.sg> <1992Oct29.053625.24495@u.washington.edu>
- Sender: rene@hamel (Rene Mueller)
- Organization: Free University of Berlin, Germany
- Lines: 8
-
- In article <1992Oct29.053625.24495@u.washington.edu>, chuckb@stein.u.washington.edu (Charles Bass) writes:
- |> As for exit(1) and exit(0) it is safest to use the constants
- |> EXIT_SUCCESS and EXIT_FAILURE so the proper value is returned to
- |> the OS
- Doesn't work on every OS...
- There are a lot of compilers where these defines doesn't exist...
-
- Rene
-