libspf2 1.2.11
|
#include <getopt.h>
Data Fields | |
char * | name |
int | has_arg |
int * | flag |
int | val |
int* option::flag |
Definition at line 89 of file getopt.h.
Referenced by _getopt_internal().
int option::has_arg |
Definition at line 88 of file getopt.h.
Referenced by _getopt_internal().
char* option::name |
Definition at line 84 of file getopt.h.
Referenced by _getopt_internal().
int option::val |
Definition at line 90 of file getopt.h.
Referenced by _getopt_internal().