Skip to content

Instantly share code, notes, and snippets.

@Themaister
Created June 17, 2011 11:33
Show Gist options
  • Select an option

  • Save Themaister/1031255 to your computer and use it in GitHub Desktop.

Select an option

Save Themaister/1031255 to your computer and use it in GitHub Desktop.
int real_main(int argc, char *argv[]);
int main(int argc, char *argv[])
{
return real_main(argc, argv);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment