dlvhex
2.5.0
|
#include <vs10/getopt.h>
Data Fields | |
char * | name |
int | has_arg |
int * | flag |
int | val |
int * option::flag |
Definition at line 91 of file getopt.h.
Referenced by getopt_long().
int option::has_arg |
char * option::name |
Definition at line 86 of file getopt.h.
Referenced by getopt_long().
int option::val |
Definition at line 92 of file getopt.h.
Referenced by getopt_long().