#endif Statement

Summary: Syntax

#endif

This directive marks the end of a conditional-compilation block defined by an #if or #ifdef directive. One #if or #endif is required for each #ifdef directive.