Data Fields | |
Option * | opt |
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. |
Definition at line 63 of file option.h.