GME
13
|
#include <apr_getopt.h>
Public Attributes | |
const char * | name |
int | optch |
int | has_arg |
const char * | description |
Structure used to describe options that getopt should search for.
Definition at line 83 of file apr_getopt.h.
const char* apr_getopt_option_t::description |
a description of the option
Definition at line 91 of file apr_getopt.h.
nonzero if option takes an argument
Definition at line 89 of file apr_getopt.h.
const char* apr_getopt_option_t::name |
long option name, or NULL if option has no long name
Definition at line 85 of file apr_getopt.h.
option letter, or a value greater than 255 if option has no letter
Definition at line 87 of file apr_getopt.h.