ARB
arb_main.cxx
Go to the documentation of this file.
1 // main-wrapper
2 
3 #include <arb_main.h>
4 
5 int ARB_main(int argc, char *argv[]);
6 int main(int argc, char **argv) {
7  // this is the only main() we like in production code
8  // other main()'s occur in test-code
10  return ARB_main(argc, argv);
11 }
int main(int argc, char **argv)
Definition: arb_main.cxx:6
int ARB_main(int argc, char *argv[])
Definition: mkptypes.cxx:1545
static void start_of_main()
Definition: arb_main.h:16