fhicl_get_impl.h
Go to the documentation of this file.
1 #ifndef tools_fhicl_get_impl_h
2 #define tools_fhicl_get_impl_h
3 
4 namespace fhicl::detail {
5  int fhicl_get_impl(int argc, char** argv);
6 }
7 
8 #endif /* tools_fhicl_get_impl_h */
9 
10 // Local Variables:
11 // mode: c++
12 // End:
int fhicl_get_impl(int argc, char **argv)