Subject: Re: main return...
To: None <current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 03/27/1996 16:20:41
>IMNSHO a UNIX(like) compiler should prototype main() and exit with an
>error if that prototype is violated.  Not that I like prototypes, or
>anything....

I would object to this.  5.1.2.2.1: "The implementation declares no
prototype for this function."

-s