Skip to content

Instantly share code, notes, and snippets.

@letiemble
Created January 16, 2013 19:53
Show Gist options
  • Save letiemble/4550255 to your computer and use it in GitHub Desktop.
Save letiemble/4550255 to your computer and use it in GitHub Desktop.
Main entry point to use when integrating Receigen generated code.
int main_(int argc, const char *argv[]);
#define RUNNER (&main_)
#import "receigen.h"
int main(int argc, char *argv[])
{
return CheckReceiptAndRun(argc, (const char**)argv);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment