Skip to content

Instantly share code, notes, and snippets.

@OneSadCookie
Created December 20, 2011 18:40
Show Gist options
  • Save OneSadCookie/1502677 to your computer and use it in GitHub Desktop.
Save OneSadCookie/1502677 to your computer and use it in GitHub Desktop.
void foo()
{
printf("foo\n");
#if !defined(COMBINE_FOO_AND_BAR)
}
void bar()
{
#endif
printf("bar\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment