OptionScanFileArg
Syntax | ||
char *OptionScanFileArg(FILE *file); | ||
Header | ||
base/option.h | ||
Library | ||
opt | ||
Description | ||
The The option is read from the stream pointed to by the argument fp. Line beginning with the '#' symbol are ignored and leading spaces are ignored. The memory used to store the text string should be freed when it is no longer used. | ||
Returns | ||
Returns a pointer to a zero terminated text string containing one command line option. On error, NULL is returned. | ||
Errors | ||
On error, NULL is returned. | ||
Example | ||
|