Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created November 5, 2013 05:59
Show Gist options
  • Save lestrrat/7314575 to your computer and use it in GitHub Desktop.
Save lestrrat/7314575 to your computer and use it in GitHub Desktop.
if (foo) {
fprintf(stderr, "Hello!\n");
} else
{
fprintf(stderr, "Bite me!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment