Next: Integers in Depth, Previous: Scope, Up: Top [Contents][Index]
As the first stage of compiling a C source module, GCC transforms the text with text substitutions and file inclusions. This is called preprocessing.
• Preproc Overview | ||
• Directives | ||
• Preprocessing Tokens | ||
• Header Files | ||
• Macros | ||
• Conditionals | ||
• Diagnostics | ||
• Line Control | ||
• Null Directive |