Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!diku!olamb!kimcm From: kimcm@olamb.UUCP (Kim Chr. Madsen) Newsgroups: comp.lang.c Subject: Re: "exit 0;" - or - "exit (0);" ? Message-ID: <145@olamb.UUCP> Date: Mon, 24-Nov-86 11:21:25 EST Article-I.D.: olamb.145 Posted: Mon Nov 24 11:21:25 1986 Date-Received: Tue, 25-Nov-86 20:59:58 EST References: <1512@batcomputer.tn.cornell.edu> <6355@alice.UUCP> Distribution: net Organization: AmbraSoft A/S (Denmark) Lines: 7 In article <6355@alice.UUCP>, ark@alice.UUCP writes: > .... return 0; which is legal C. Maybe it's legal C but it's a bad habit of not using parentheses in return and sizeof constructs! It confuses the reading of the code!