Skip to content

Instantly share code, notes, and snippets.

@clytras
Last active July 5, 2021 12:10
Show Gist options
  • Save clytras/0f10f74696bafc6ac42e787eaed76285 to your computer and use it in GitHub Desktop.
Save clytras/0f10f74696bafc6ac42e787eaed76285 to your computer and use it in GitHub Desktop.
void MyFunc()
{
short int one = 1,
two = 2,
three = 3,
myBigFatVariableName = 0,
anOtherBigFatVariableName = 1;
if (
!myBigFatVariableName ||
!anOtherBigFatVariableName
)
return FALSE;
return TRUE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment