| |||||
Technical Support On-Line Manuals C166 User's Guide | PreprocessorThe preprocessor built into the C166 Compiler processes the source text of a source file before it is actually compiled into machine language and object code. Preprocessing is the first thing the compiler does. The purpose of the preprocessor is to replace or insert additional text into the source file just prior to compilation. Most of the obvious functions of the preprocessor require activation (by including preprocessor directives) in your source code. However, there are several things the preprocessor always does:
In addition to these operations, the preprocessor in the C166 Compiler supports the more obvious preprocessor operations: If you encounter preprocessor problems, you may direct the compiler to generate a Preprocessor File that shows the exact output from the preprocessor. | ||||
| |||||