[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppEndif
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppEndif
(C++) #endif
Preprocessor statement. Ends an #ifdef or #ifndef statement. It can be used for #include guards.//Your cool functions
- ifndef __MY_COOL_HEADER_FILE
- define __MY_COOL_HEADER_FILE
- endif
'#endif' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
