Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created March 27, 2013 12:43
Show Gist options
  • Select an option

  • Save Wilfred/5253909 to your computer and use it in GitHub Desktop.

Select an option

Save Wilfred/5253909 to your computer and use it in GitHub Desktop.
abusing C
#include <stdio.h>
int banana(int x) {
return;
}
void main() {
int c;
printf("c: %d, banana: %d\n", c, banana(1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment