Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 1997 04:04:48 -0400
From:      "David S. Miller" <davem@jenolan.rutgers.edu>
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        hackers@FreeBSD.ORG, un_x@anchorage.net
Subject:   Re: bcc vs cc/gcc (float)
Message-ID:  <199705310804.EAA00272@jenolan.caipgeneral>
In-Reply-To: <19970531092837.DA51579@uriah.heep.sax.de> (j@uriah.heep.sax.de)

next in thread | previous in thread | raw e-mail | index | archive | help
   Date: Sat, 31 May 1997 09:28:37 +0200
   From: j@uriah.heep.sax.de (J Wunsch)

   The only valid declarations of main() are:

   int main(int, char **)
   int main(void)

I thought ANSI C allowed

int main(int argc, char **argv, char **envp)

I could be mistaken...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705310804.EAA00272>