I read in the c99 Standard:
-remove implicit function declaration, -remove implicit int.
But when I try to compile this code with gcc comp
I don't believe the compiler is required to produce a fatal error. Use -Werror if you're concerned...
-Werror