
Go to the source code of this file.
Macros | |
| #define | optarg ares_optarg |
| #define | opterr ares_opterr |
| #define | optind ares_optind |
| #define | optopt ares_optopt |
| #define | optreset ares_optreset |
Functions | |
| int | ares_getopt (int nargc, char *const nargv[], const char *ostr) |
Variables | |
| char * | optarg |
| int | opterr |
| int | optind |
| int | optopt |
| #define optarg ares_optarg |
Definition at line 42 of file ares_getopt.h.
| #define opterr ares_opterr |
Definition at line 44 of file ares_getopt.h.
| #define optind ares_optind |
Definition at line 43 of file ares_getopt.h.
| #define optopt ares_optopt |
Definition at line 45 of file ares_getopt.h.
| #define optreset ares_optreset |
Definition at line 46 of file ares_getopt.h.
Definition at line 66 of file ares_getopt.c.