#endif specifies the end of a conditional directive, which began with the #if directive.
#endif
A conditional directive, beginning with a #if directive, must explicitly be terminated with a #endif directive.
See #if for an example of how to use #endif.