voidmain.pjp.html

来自「this is a mirrored site c-faq. thought 」· HTML 代码 · 共 30 行

HTML
30
字号
<html><!-- see also &lt;9409071256.AA42326@whale.st.usm.edu&gt; --><!-- Mirrored from c-faq.com/ansi/voidmain.pjp.html by HTTrack Website Copier/3.x [XR&CO'2008], Sat, 14 Mar 2009 08:02:59 GMT --><head></head><body>From: plauger!pjp@uunet.uu.net (P.J. Plauger)<br>Subject: Re: Why Is Void Main Illegal?<br>Date: Sep 7, 94 07:27:39 am<br>Message-ID: &lt;9409070727.0.UUL1.3#20134@plauger.UUCP&gt;<p>The intent of the C Standard was to permit only two declarationsfor main:<p><pre>	int main(void)	int main(int, char **)</pre><p>Other declarations often work, by accident or by extension, butthey are not portable.</body><!-- Mirrored from c-faq.com/ansi/voidmain.pjp.html by HTTrack Website Copier/3.x [XR&CO'2008], Sat, 14 Mar 2009 08:02:59 GMT --></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?