Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

Option_set_ Struct Reference

This data structure is used to store all option definitions for the process. More...


Data Fields

Optionopt
 Pointer to an array of Option data structures that define all the process' options.

int count
 Number of elements in the array pointed by opt.

int last_index
 This integer represents the index (in the array of strings that represents the command line) of the last item (option or argument) parsed. Following arguments start at index last_index + 1.


Detailed Description

This data structure is used to store all option definitions for the process.
Examples:

test_options.c.

Definition at line 63 of file option.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 3 16:23:47 2003 for Common_C_libraries by doxygen1.3-rc1