/** \file $Id: hnbody.c,v 1.14 2003/07/28 02:27:09 rauch Exp $ \srclevel ISO C \mtlevel TBD \author Kevin P. Rauch \brief The standard \hnb driver. This program is a wrapper for the generic \hnb command line driver. It can be invoked either directly by the user, or indirectly as a shell script interpreter. The \b -h option will print a summary of recognized command line options. \return EXIT_SUCCESS on success, else EXIT_FAILURE. \see hnb_argv_driver() */ #include int main(int argc, char *argv[]) { exit(hnb_argv_driver(argc, argv, NULL, NULL, NULL, NULL, NULL, NULL)); }