20 Preprocessing
All C source files are preprocessed before compilation. The
-E
option can be used to preprocess and then stop the compilation. See
6.6.2 Options for Controlling the Kind of Output
Assembler files can also be preprocessed if the file extension is
.S
rather than .s
. See 6.1.2 Input File Types