Skip to content

Instantly share code, notes, and snippets.

@luqmana
Created September 19, 2013 18:58
Show Gist options
  • Save luqmana/6628211 to your computer and use it in GitHub Desktop.
Save luqmana/6628211 to your computer and use it in GitHub Desktop.
extern int foobar __attribute__((weak));
int main(int argc, char *argv[]) {
return foobar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment