Go to the source code of this file.
Classes | |
struct | option |
Functions | |
int | getopt (int argc, char *const argv[], const char *optstring) |
int | getopt_long (int argc, char *const argv[], const char *optstring, const struct option *longopts, int *longindex) |
Variables | |
const int | no_argument |
char * | optarg |
int | opterr |
int | optind |
const int | optional_argument |
int | optopt |
const int | required_argument |
int getopt | ( | int | argc, |
char *const | argv[], | ||
const char * | optstring | ||
) |
int getopt_long | ( | int | argc, |
char *const | argv[], | ||
const char * | optstring, | ||
const struct option * | longopts, | ||
int * | longindex | ||
) |