Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!nike!rutgers!princeton!allegra!alice!ark From: ark@alice.UUCP Newsgroups: comp.lang.c Subject: Re: "exit 0;" - or - "exit (0);" ? Message-ID: <6355@alice.UUCP> Date: Mon, 17-Nov-86 16:35:32 EST Article-I.D.: alice.6355 Posted: Mon Nov 17 16:35:32 1986 Date-Received: Mon, 17-Nov-86 23:04:09 EST References: <1512@batcomputer.tn.cornell.edu> Distribution: net Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 13 Summary: exit 0; /* illegal */ Open reply to Moshe Braner: exit 0; is illegal -- exit is a function just like any other. I am sure you are mistaken when you say you've seen it may times. In fact, I strongly suspect you are confusing it with return 0; which is legal C.