Skip to content

Instantly share code, notes, and snippets.

@achernya
Created March 28, 2013 21:35
Show Gist options
  • Save achernya/5267012 to your computer and use it in GitHub Desktop.
Save achernya/5267012 to your computer and use it in GitHub Desktop.
Demonstration that OS X will compile and run a program that calls res_init()
int
main(int argc, char* argv[]) {
res_init();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment