Preprocessor
摘要
One of C’s quirks is that it has a separate preprocessor that’s called by the C compiler to “preprocess” source files before compiling them. This chapter covers the preprocessor, its language, compilation phases, object-like macros, predefined macros, conditional compilation, file inclusion, function-like macros, X macros, and gives some useful macros.