Skip to content

Instantly share code, notes, and snippets.

@Jongy
Created November 19, 2019 17:27
Show Gist options
  • Save Jongy/3c9bddfc733cb226785921d4e2ad668d to your computer and use it in GitHub Desktop.
Save Jongy/3c9bddfc733cb226785921d4e2ad668d to your computer and use it in GitHub Desktop.
int my_global_int = 5;
int mul_by_global(int y)
{
return y * my_global_int;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment