From mboxrd@z Thu Jan 1 00:00:00 1970 From: YAMANASHI Takeshi To: 9fans@cse.psu.edu Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Message-ID: <10991.987056527@beat.cc.titech.ac.jp> Subject: [9fans] the declaration of main() Date: Thu, 12 Apr 2001 15:22:07 +0900 Topicbox-Message-UUID: 81671d8c-eac9-11e9-9e20-41e7f4b1d025 A number of Plan 9 commands declare their main() as `void main(int argc, **argv)'. How should I understand this? I believed that main() should be declared returning a int. Please comfort me saying that this is pretty well with the Plan 9 C compilers. Thanks. -- YAMANASHI Takeshi