Mail Archives: djgpp/1997/03/11/00:56:55
Dazzling Dazz wrote:
> wouldn't you have to declare main as a void or int? Like this:
main should always be declared as returning int; returning anything else is
not ANSI complaint.
And he did that. Omitting the return type of a function defaults to int.
He just didn't return a value.
--
Erik Max Francis, &tSftDotIotE / email: max AT alcyone DOT com
Alcyone Systems / web: http://www.alcyone.com/max/
San Jose, California, United States / icbm: 37 20 07 N 121 53 38 W
\
"I am become death, / destroyer of worlds."
/ J. Robert Oppenheimer (quoting legend)
- Raw text -