The structure for storing one of the command line options.
index into argv[] containing the argument
pointer to arguments for this option
the next option in the linked list
the current character option character
See Implementation
The structure for storing one of the command line options.