Skip to content

Instantly share code, notes, and snippets.

@JohnPeel
Created May 6, 2014 05:29
Show Gist options
  • Save JohnPeel/11553803 to your computer and use it in GitHub Desktop.
Save JohnPeel/11553803 to your computer and use it in GitHub Desktop.
extern "C" {
int randomIntAdd(int x);
}
int randomIntAdd(int x)
{
return x + 42;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment