Skip to content

Instantly share code, notes, and snippets.

@thesp0nge
Created May 12, 2016 12:47
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 thesp0nge/2a9d256bc0ca86068aaaaa19fbfdaa80 to your computer and use it in GitHub Desktop.
Save thesp0nge/2a9d256bc0ca86068aaaaa19fbfdaa80 to your computer and use it in GitHub Desktop.
int test(char *s) {
printf("%s\n", s);
}
int main(int argc, char **argv) {
char *s;
test("pippo");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment