18 bool print_formatting_help;
19 bool print_to_console;
void print_usage(char *exec_name)
Print usage help message and crash program.
Definition: list_optionsparser.c:23
void do_print_formatting_help()
Print source textfile formatting help and crash program.
Definition: list_optionsparser.c:29
list_options parse_options(int argc, char **argv)
Parse options from command line arguments.
Definition: list_optionsparser.c:35
Structure used to store the command-line options entered by the user.
Definition: list_optionsparser.h:17