![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Data Fields | |
| int | id |
| char const * | help |
| option_type | opt_type |
| char const ** | value |
Extra state that we need to keep per-option that we can't store in getopt.
| char const * help |
The help message.
| int id |
The short option name, used as an id.
| option_type opt_type |
The option type: required, optional, or help.
| char const ** value |
The value to set or NULL if no_argument.