D.7 parseopt
|
Editor’s note:
The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised. |
DICO_PARSEOPT_PARSE_ARGV0DICO_PARSEOPT_PERMUTE
- Enumeration: dico_opt_type
-
dico_opt_nulldico_opt_booldico_opt_bitmaskdico_opt_bitmask_revdico_opt_longdico_opt_stringdico_opt_enumdico_opt_constdico_opt_const_string
- struct: dico_option
-
struct dico_option { const char *name; size_t len; enum dico_opt_type type; void *data; union { long value; const char **enumstr; } v; int (*func) (struct dico_option *, const char *); };
- Macro: DICO_OPTSTR name
- Function: int dico_parseopt (struct dico_option *opt, int argc, char **argv, int flags, int *index)






