

#endif               Preprocessing Directive               #endif




End conditional inclusion of code


The preprocessing  directive #endif must follow  any #if, #ifdef,
or #ifndef  directive.  It may also be preceded  by any number of
#elif directives  and an #else directive.  It marks  the end of a
sequence of  source-file statements that  are included condition-
ally by the preprocessor.

***** Example *****

For an example of using this directive in a program, see assert.

***** See Also *****

#elif, #else, #if, #ifdef, #ifndef, C preprocessor








































COHERENT Lexicon                                           Page 1


