HP C/iX Reference Manual (31506-90011)

Chapter 7 111
Preprocessing Directives
Pragma Directive
Pragma Directive
You can provide instructions to the compiler through inclusion of pragmas.
Syntax
pragma-directive
:=
#pragma
replacement-list
Description
The #pragma preprocessing directive provides implementation-dependent information to
the compiler. Any pragma that is not recognized by the compiler is ignored.
See chapter 8 for descriptions of pragmas recognized by HP C/iX.
Example
#pragma
replacement-list
: #pragma intrinsic func