Skip to content

Instantly share code, notes, and snippets.

@JayBazuzi
Last active February 16, 2017 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayBazuzi/9b5b2aeb95368b10decbb4c9706a88ae to your computer and use it in GitHub Desktop.
Save JayBazuzi/9b5b2aeb95368b10decbb4c9706a88ae to your computer and use it in GitHub Desktop.
int F(...)
{
// ...
if (...)
/* start */
{
if (...)
{
// ...
return 7;
} else {
return 42;
}
}
/* end */
//...
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment