Navigation(slides)

4.11 The C Preprocessor

C provides certain language facilities by means of a preprocessor, which is conceptionally a separate first step in compilation. The two most frequently used features are #include, to include the contents of a file during compilation, and #define, to replace a token by an arbitrary sequence of characters. Other features described in this section include conditional compilation and macros with arguments.

Include(^TCPL/4\.11.*,,titlesonly)

ch3n2k.com | Copyright (c) 2004-2020 czk.