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.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Preprocessor

  • Paul J. Lucas

摘要

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.