English
Language : 

CC78K4 Datasheet, PDF (144/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 9 PREPROCESSING DIRECTIVES (COMPILER DIRECTIVES)
9.2 Source File Inclusion Directive
The preprocessing directive #include searches for a specified header file and replaces #include by the entire
contents of the specified file. The #include directive may take one of the following three forms for inclusion of other
source files.
• #include <file-name>
• #include “file-name”
• #include preprocessing token string
An #include directive may appear in the source obtained by #include. In this compiler, however, there are
restrictions for #include directive nesting. For the restrictions, refer to Table 1-1 Maximum Performance
Characteristics of This C Compiler.
Remark Preprocessing token string: Character string defined by the #define directive
144
User’s Manual U15556EJ1V0UM