base |src.lib|task|option| OptionEntry Index

OptionEntry

Header
base/option.h
Library
opt
Members
char *name; Name of the command line option.
char type; Type proto.
int set; Flag indicating whether the option was included on the command line.
void *ptr; Pointer to the location to store any associated argument of the command line option.
Description

The struct OptionEntry structure stores a single command line entry and is used in the structure struct OptionData.