Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move options handling to separate file | Jon Lund Steffensen | 2017-10-13 | 1 | -0/+61 |
Create options.c which contains functions for initializing and parsing options from the command line and the configuration file. Program options that were previously local variables in main() are moved to the options_t struct. |