in reply to Re: Re: Re: for loop localisation bug?
in thread for loop localisation bug?
The C standard says: main() must be declared as int main(void) or int main(int, char **) or equivalent (or in some implementation-defined manner, which is inherently unportable). See also http://users.aber.ac.uk/auj/voidmain.shtml.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: for loop localisation bug?
by BrowserUk (Patriarch) on Dec 30, 2003 at 19:36 UTC |