Joedb 10.0.0
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 /// @ingroup ui
9 int main_wrapper(int (*main)(Arguments &), int argc, char **argv);
10}
11
12#endif
int main()
int main_wrapper(int(*main)(Arguments &), int argc, char **argv)
Process command-line arguments and catch exceptions from main.
Definition Blob.h:7