Skip to content

Instantly share code, notes, and snippets.

@simias
Created April 5, 2015 17:39
Show Gist options
  • Save simias/6f23ed95af7a8c8240b8 to your computer and use it in GitHub Desktop.
Save simias/6f23ed95af7a8c8240b8 to your computer and use it in GitHub Desktop.
int foo() {
return 0;
}
int bar(void) {
return 0;
}
int main() {
foo(42);
bar(42);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment