HP C/iX Reference Manual (31506-90011)
96 Chapter7
Preprocessing Directives
characters and the preprocessing directive. The directive is terminated by a new-line
character. You can continue directives, as well as normal source lines, over several lines by
ending lines that are to be continued with a backslash (\).
NOTE
In ANSI mode, white space may precede the # character in preprocessing
directives.
Comments in the source file that are not passed by default through the preprocessor are
replaced with a single white-space character. Examples
include-directive
: #include <stdio.h>
macro-directive
: #define MAC x+y
conditional-directive
: #ifdef MAC
line-directive
: #line 5 "myfile"
pragma-directive
: #pragma INTRINSIC func