Everything
17.3 Declarative Information
The following describes the format that must be observed when describing the declarative information in the system configuration file.
The GOTHIC-FONT characters in following descriptions are the reserved words, and italic face characters are the portion that the user must write the relevant numeric value, symbol name, or keyword.
17.3.1 Header file declaration
The header file declaration defines File name: h_file.
The number of definable header file declaration items is not restricted.
The following shows the header file declaration format.
 INCLUDE ("h_file");

The items constituting the header file declaration are as follows.
1 ) File name: h_file
Reflects the header file declaration specified in h_file into the system information header file output by the CF850V4.
As a result, macro definitions in filename can be referenced from a file in which the system information header file output by the CF850V4 is included.
Note If <sample.h> is specified in h_file, the header file definition (include processing) is output as:
 #include        <sample.h>
If \"sample.h\" is specified in h_file, the header file definition (include processing) is output as:
 #include        "sample.h"
to the system information header file.