The main() function and some documentation. More...
#include "driver.hh"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Startup function. | |
The main() function and some documentation.
Definition in file main.cc.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Startup function.
Initializes a driver object and calls driver::parse_opts to do proceed from there.
| argc | the number of command line arguments. | |
| argv | an array of command line arguments. |
Definition at line 39 of file main.cc.
References driver::parse_opts().
1.6.0