Skip to content

Instantly share code, notes, and snippets.

@fortheday
Created January 24, 2018 15:25
Show Gist options
  • Save fortheday/3657177893c41229f51926fb44690291 to your computer and use it in GitHub Desktop.
Save fortheday/3657177893c41229f51926fb44690291 to your computer and use it in GitHub Desktop.
static void localFunc();// scope is same file
static int g_localInt; // scope is same file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment