Skip to content

Instantly share code, notes, and snippets.

@hocarm
Last active August 14, 2016 03:20
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 hocarm/531bc88480e3cb9dff449fff96d63954 to your computer and use it in GitHub Desktop.
Save hocarm/531bc88480e3cb9dff449fff96d63954 to your computer and use it in GitHub Desktop.
int counter;
int counterInc(void) {
return counter ++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment