Xiqual 0.9.1
In file ../xitools/opts.c:
typedef struct OptNode
Option node.
- char*
name
- Name of option, a character or keyword
- char*
arg
- The argument, if the option required a string
arg
- ulong
type
- Type of option indicates what field to check
- long val
- 32-bit signed integer value, if the option required
that
- float
fval
- Float, if the option required a floating point
number
Documentation
Option node.
-
- char*
name
- Name of option, a character or keyword
- char*
arg
- The argument, if the option required a string arg
- ulong
type
- Type of option indicates what field to check
- long
val
- 32-bit signed integer value, if the option required that
- float
fval
- Float, if the option required a floating point number
- See Also:
- xi_getopts()
Alphabetic index
This page was generated with the help of DOC++.