Skip to content

Instantly share code, notes, and snippets.

@manuels
Created November 6, 2014 21:32
Show Gist options
  • Save manuels/5c3fda68081713c32eff to your computer and use it in GitHub Desktop.
Save manuels/5c3fda68081713c32eff to your computer and use it in GitHub Desktop.
int apply(int (*func)(int), int x) {
return func(x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment