LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar.cc
Go to the documentation of this file.
1 // vim: set sw=2 expandtab :
2 
3 // Initialize ExitCodePrinter as early as possible, before other
4 // include files, to have its destructor called as late as possible.
6 namespace {
8 }
9 
12 
13 int
14 main(int argc, char* argv[])
15 {
16  p = artapp(argc, argv);
18  return p.exitcode();
19 }
20 
21 // Local Variables:
22 // mode: c++
23 // End:
void EndMessageFacility()
int main(int argc, char *argv[])
Definition: lar.cc:14
int artapp(int argc, char *argv[], bool report_unused)
Definition: artapp.cc:26