#include <my_getopt.h>
Public Attributes | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
Definition at line 42 of file my_getopt.h.
int* option::flag |
Definition at line 45 of file my_getopt.h.
Referenced by _my_getopt_internal().
int option::has_arg |
Definition at line 44 of file my_getopt.h.
const char* option::name |
Definition at line 43 of file my_getopt.h.
Referenced by _my_getopt_internal().
int option::val |
Definition at line 46 of file my_getopt.h.
Referenced by _my_getopt_internal().