"exit 0;" - or - "exit (0);" ?

Kim Chr. Madsen kimcm at olamb.UUCP
Tue Nov 25 02:21:25 AEST 1986


In article <6355 at alice.UUCP>, ark at 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!

				<Kim Chr. Madsen>



More information about the Comp.lang.c mailing list