We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721d01c commit 0afeb2fCopy full SHA for 0afeb2f
source/basic.tex
@@ -7187,7 +7187,7 @@
7187
7188
\pnum
7189
\indextext{program!startup|(}%
7190
-A program shall contain exactly one function called \tcode{main}
+A program shall contain exactly one definition of a function called \tcode{main}
7191
that belongs to the global scope.
7192
Executing a program starts a main thread of execution\iref{intro.multithread,thread.threads}
7193
in which the \tcode{main} function is invoked.
0 commit comments