|
|||||||||||
|
Technical Support On-Line Manuals C251 User's Guide |
C251 User's GuidePreprocessorThe preprocessor built into the C251 Compiler handles directives found in the source file. The C251 Compiler supports all of the ANSI Standard C directives. Preprocessing is the first action the compiler performs. The purpose of the preprocessor is to replace or insert additional text into the source file just prior to compilation. Most preprocessor functions require activation by including Preprocessor Directives in your source code. However, the preprocessor always:
In addition to these operations, the preprocessor in the C251 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. | ||||||||||
|
|||||||||||