|
csnip
0.1
|
Set of descriptors for all command line options.
#include <clopts.h>

Public Attributes | |
| const char * | description |
| General program description. More... | |
| int | n_optinfo |
| Number of command line options. | |
| int | n_optinfo_cap |
| Capacity of the option array. | |
| csnip_clopts_optinfo * | optinfo |
| The options array. | |
| const char* csnip_clopts_s::description |
This description is used typically to describe the purpose of a program; it is output before the individual option descriptions.