C preprocessor

The C preprocessor is the macro preprocessor for several computer programming languages, such as C, Objective-C, C++, and a variety of Fortran languages. The preprocessor provides inclusion of header files, macro expansions, conditional compilation, and line control.

The language of preprocessor directives is only weakly related to the grammar of C, and so is sometimes used to process other kinds of text files.[1]