Source code
Revision control
Copy as Markdown
Other Tools
#ifndef FOO
#ifdef FOO // inner ifdef is considered redundant
void f();
#endif
#endif
#ifndef FOO
#ifdef FOO // inner ifdef is considered redundant
void f();
#endif
#endif