English
Language : 

CC78K0S Datasheet, PDF (148/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 9 PREPROCESSING DIRECTIVES (COMPILER DIRECTIVES)
(6) #endif directive
Conditional Inclusion
#endif
FUNCTION
The #endif directive indicates the end of a #ifdef block.
SYNTAX
#endif new-line
EXAMPLE
#define ON
#ifdef ON
.
.
.
#endif
EXPLANATION
In the above example, #endif indicates the end of the #ifdef block (effective range of #ifdef directive).
148
User’s Manual U14872EJ1V0UM