English
Language : 

CC78K4 Datasheet, PDF (143/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 9 PREPROCESSING DIRECTIVES (COMPILER DIRECTIVES)
(6) #endif directive
Conditional Translation Directives
#endif
FUNCTION
The #endif directive indicates the end of a #ifdef block.
SYNTAX
#endif line feed
EXAMPLE
#define ON
#ifdef ON
:
:
#endif
EXPLANATION
In the above example, #endif indicates the end of the #ifdef block (effective range of #ifdef directive).
User’s Manual U15556EJ1V0UM
143