Workbench Library
0.1b
|
Structure to store command-line arguments. More...
Data Fields | |
char * | arg |
char * | val |
Structure to store command-line arguments.
This structure holds a command-line argument and its corresponding value.
char* Argument_t::arg |
Argument name.
char* Argument_t::val |
Argument value.