Go to the source code of this file.
Classes |
struct | GETOPT_LONG_OPTION_T |
Defines |
#define | no_argument 0 |
#define | OPTIONAL_ARG 2 |
#define | REQUIRED_ARG 1 |
Typedefs |
typedef struct GETOPT_LONG_OPTION_T | GETOPT_LONG_OPTION_T |
typedef GETOPT_LONG_OPTION_T | option |
Functions |
int | getopt (int argc, char **argv, char *optstring) |
int | getopt_long (int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T *longopts, int *longind) |
int | getopt_long_only (int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T *longopts, int *longind) |
Variables |
char * | optarg |
int | opterr |
int | optind |
int | optopt |
Define Documentation
Typedef Documentation
Function Documentation
int getopt |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char * |
optstring |
|
) |
| |
Variable Documentation