Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
main_wrapper.h
Go to the documentation of this file.
1#ifndef joedb_main_wrapper_declared
2#define joedb_main_wrapper_declared
3
5
6namespace joedb
7{
8 int main_wrapper(int (*main)(Arguments &), int argc, char **argv);
9}
10
11#endif
int main()
int main_wrapper(int(*main)(Arguments &), int argc, char **argv)
Process command-line arguments and catch exceptions from main.