One of the required tests, GLOBAL, has the description "Check that global variables can be shared between object files." For global variables to be shared between files, the keyword 'extern' is required so that all functions in different files can use it but this functionality is never mentioned in the spec for the C Compiler. Could you clear this up please?
One of the required tests, GLOBAL, has the description "Check that global variables can be shared between object files." For global variables to be shared between files, the keyword 'extern' is required so that all functions in different files can use it but this functionality is never mentioned in the spec for the C Compiler. Could you clear this up please?