From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3AD61574.8E819DA9@arl.army.mil> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <20010412062827.2E4F919A17@mail.cse.psu.edu> Subject: Re: [9fans] the declaration of main() Date: Mon, 23 Apr 2001 08:44:09 +0000 Topicbox-Message-UUID: 8a7755ea-eac9-11e9-9e20-41e7f4b1d025 okamoto@granite.cias.osakafu-u.ac.jp wrote: > I wonder why C99 employed that int main(), Existing practice, tracable back to UNIX. The previous response was incomplete; int-valued main is apparently supported per the C standard if the pcc (POSIX) compilation environment is used instead of the native Plan 9 environment.