OptionFree
Syntax | ||
void OptionFree(struct OptionData *opt); | ||
Header | ||
base/option.h | ||
Library | ||
opt | ||
Description | ||
The The table of command line options is given by the argument opt which is a pointer to a structure. | ||
Returns | ||
Returns zero on success. On error, (-1) is returned. | ||
Errors | ||
On error, (-1) is returned. | ||
Example | ||
|