Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.lang.c Subject: Re: Strange lint mumblings Message-ID: <782@auspex.UUCP> Date: 22 Dec 88 09:15:15 GMT References: <416@marob.MASA.COM> <11467@dartvax.Dartmouth.EDU> <179@amsdsg.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 9 >How about: > > void main () ... Doesn't help (I tried it), and isn't correct anyway. The dpANS indicates, as I remember, that "main" is expected (at least in a hosted environment) to return an "int", and that if "main" returns "exit" is then called with its return value as an argument.