ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Classes | |
struct | option |
Macros | |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) |
int | getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) |
#define no_argument 0 |
Definition at line 60 of file getopt_ext.h.
#define optional_argument 2 |
Definition at line 62 of file getopt_ext.h.
#define required_argument 1 |
Definition at line 61 of file getopt_ext.h.
int getopt_long | ( | int | ___argc, |
char *__getopt_argv_const * | ___argv, | ||
const char * | __shortopts, | ||
const struct option * | __longopts, | ||
int * | __longind | ||
) |
Definition at line 24 of file getopt1.c.