Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!linus!decvax!bellcore!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang.c Subject: Re: Fast Morals & No Code Message-ID: <5020@alice.uUCp> Date: Sat, 22-Feb-86 12:00:35 EST Article-I.D.: alice.5020 Posted: Sat Feb 22 12:00:35 1986 Date-Received: Mon, 24-Feb-86 08:31:41 EST References: <1113@brl-smoke.ARPA> Organization: Bell Labs, Murray Hill Lines: 7 > The point is that the VMS C implementation must map its exit codes into > what the operating system expects. When the programmer says `exit 0', he > means `I succeeded'. The exit() function must support this. > > jim cottrell@nbs No way! exit(n) means "terminate and send the number n back to the system."