LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
fhicl-get.cc File Reference

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 4 of file fhicl-get.cc.

References fhicl::detail::fhicl_get_impl().

5 {
6  return fhicl::detail::fhicl_get_impl(argc, argv);
7 }
int fhicl_get_impl(int argc, char **argv)