Skip to content

Instantly share code, notes, and snippets.

@dwightguth
Created August 11, 2016 14:44
Show Gist options
  • Save dwightguth/3ba6a0e17c89415e15545660a1ac1113 to your computer and use it in GitHub Desktop.
Save dwightguth/3ba6a0e17c89415e15545660a1ac1113 to your computer and use it in GitHub Desktop.
int value(int * restrict i) {
return *i * 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment