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