Message-ID: From: Robert Humphris To: "'djgpp AT delorie DOT com'" , "'fighteer AT cs DOT com'" Subject: RE: Callbacks Date: Tue, 24 Jun 1997 09:22:57 +0100 Encoding: 17 TEXT Precedence: bulk >Robert Humphris wrote: >> >> void main() > > > >One more time: it's int main( void ) { ... return 0; } or int main( int >argc, char *argv[] ) { ... return 0; }. NOTHING ELSE IS VALID ANSI C!!! Getting just a little excited aren't we? > >(P.S.: I make an exception for compilers that include the environment >as a third parameter; although according to the C FAQ you shouldn't rely >on this either.) Never make an exception for a compiler, they never make and exception for you >