Previous Table of Contents "New C Standard" commentary
162
The function called at program startup is named
163 The implementation declares no prototype for this function.
164
It shall be defined with a return type of
int main(void) { /* ... */ }
165
or with two parameters (referred to here as
int main(int argc, char *argv[]) { /* ... */ }
166 or equivalent;9)
167 or in some other implementation-defined manner.
168
If they are declared, the parameters to the
169
The value of
170
171
If the value of
172 The intent is to supply to the program information determined prior to program startup from elsewhere in the hosted environment.
173 If the host environment is not capable of supplying strings with letters in both uppercase and lowercase, the implementation shall ensure that the strings are received in lowercase.
174
If the value of
175
176
If the value of
177
The parameters
Next
Created at: 2008-01-30 02:39:39
The text from WG14/N1256 is copyright © ISO