C
Christian Christmann
Hi,
do I have to provide the return type when a function
is declared in ANSI C-99?
Or would
main ( void ) { ... }
be enough?
Gcc does not complain and I could not find any
corresponding paragraphs in the standard ISO/IEC 9899:1999.
Regards,
Christian
do I have to provide the return type when a function
is declared in ANSI C-99?
Or would
main ( void ) { ... }
be enough?
Gcc does not complain and I could not find any
corresponding paragraphs in the standard ISO/IEC 9899:1999.
Regards,
Christian