int main(int argc, const char **argv)
This function is the entry point for Frobby as a console program.
void frobbyTerminate()
A replacement for the default C++ built-in terminate() function.
void frobbyUnexpected()
A replacement for the default C++ built-in unexpected() function.
int frobbyMain(int argc, const char **argv)
This function runs the Frobby console interface.
static const int ExitCodeInternalError
static const int ExitCodeUnknownError
static const int ExitCodeOutOfMemory
static const int ExitCodeSuccess
static const int ExitCodeError