English
Language : 

CC78K4 Datasheet, PDF (50/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 2 CONSTRUCTS OF C LANGUAGE
2.8 Header Name
A header name indicates the name of an external source file. This name is used only in the preprocessing
directive “#include”.
An example of the #include directive header name is shown below. For details of each #include directive, refer
to 9.2 Source File Inclusion Directive.
#include <header name>
#include “header name”
2.9 Comment
A comment refers to a statement to be included in a C source module for information only. It begins with “/*” and
ends with “*/”. The part after “//” to the line feed can be identified as a comment statement using the –ZP option.
Example /* comment statement */
//comment statement
50
User’s Manual U15556EJ1V0UM