option_t

The structure for storing one of the command line options.

Members

Variables

argIndex
int argIndex;

index into argv[] containing the argument

argument
char* argument;

pointer to arguments for this option

next
.option_t* next;

the next option in the linked list

option
char option;

the current character option character

Meta