Directive #endif Directive #endif #endif Description End a block opened with #if, #ifdef, #ifndef, #else, #elseif or #elif. Example #ifdef DEBUG do_debug_stuff(); #endif // DEBUG