VMS Help CC, Language topics, Preprocessor *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Compaq C preprocessor uses directives to affect the compilation of a source file. For Compaq C on OpenVMS systems, these directives are processed by an early phase of the compiler, not by a separate program. The preprocessor directives begin with a number sign (#) and do not end with a semicolon. The number sign must appear in the first column of the source line.
Additional Information (explode) :
|