Created
January 16, 2013 19:53
-
-
Save letiemble/4550255 to your computer and use it in GitHub Desktop.
Main entry point to use when integrating Receigen generated code.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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