English
Language : 

CC78K0S Datasheet, PDF (149/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 9 PREPROCESSING DIRECTIVES (COMPILER DIRECTIVES)
9.2 Source File Inclusion
The preprocessing directive #include searches for a specified header file and replaces the #include directive with
the entire contents of the header 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 Preprocessor token string: Character string defined by the #define directive
User’s Manual U14872EJ1V0UM
149