fhicl-get.cc
Go to the documentation of this file.
1 #include "tools/fhicl_get_impl.h"
2 
3 int
4 main(int argc, char** argv)
5 {
6  return fhicl::detail::fhicl_get_impl(argc, argv);
7 }
int main(int argc, char **argv)
Definition: fhicl-get.cc:4
int fhicl_get_impl(int argc, char **argv)