Skip to content

Instantly share code, notes, and snippets.

@draftcode
Created February 11, 2014 10:24
Show Gist options
  • Save draftcode/8932463 to your computer and use it in GitHub Desktop.
Save draftcode/8932463 to your computer and use it in GitHub Desktop.
int printf();
int main() {
int (*fp)() = printf;
fp = ******fp;
(*********fp)("asdf\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment