Xiqual 0.9.1
In file ../xitools/opts.c:typedef struct xiopts
User-supplied structure for xi_getopts().
-
char* name
- Name of option.
-
ulong type
- Type of argument.
-
char* description
- A description of the option.
Documentation
User-supplied structure for xi_getopts().
You fill in any number of these in an array.
- char* name
-
Name of option.
One character for single-dash options,
a keyword for double-dash. For example,
'h' for '-h' or 'help' for '--help'.
- ulong type
-
Type of argument.
LOT_FLAG, LOT_KEYWORD, LOT_VALUE or LOT_FLOAT.
- char* description
-
A description of the option.
Shown when no arguments are given to the program.
- See Also:
- xi_getopts(), testopts.c
Alphabetic index
This page was generated with the help of DOC++.