HP C/iX Reference Manual (31506-90011)
100 Chapter7
Preprocessing Directives
Source File Inclusion
the SYS account, but never searches the group and account in which the source file is
located. When the name is enclosed in double quotation marks, the group and account in
which the source file is located is searched. If you use the -I compiler option, the indicated
groups and accounts are searched before the H and H.SYS groups and accounts are
searched, regardless of which characters surround the name.
Example
If you are compiling a local file TESTFILE in GRP1.ACCT1 that includes the preprocessor
directive:
#include "MYHEADER"
and you want it to include the file MYHEADER in HOMEGRP.HOMEACCT, use the command:
CCXL TESTFILE;INFO="-IHOMEGRP.HOMEACCT"