Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/f.c Secret

Last active June 23, 2022 12:14
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 dminuoso/fd4f2f90e228012b719559ebac1f9ec4 to your computer and use it in GitHub Desktop.
Save dminuoso/fd4f2f90e228012b719559ebac1f9ec4 to your computer and use it in GitHub Desktop.
void f() {
x = someFunc();
// Assume you want to float the below out to a definition
anotherFunc(x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment