Go to the source code of this file.
|
| 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) |
| |
◆ no_argument
◆ OPTIONAL_ARG
◆ required_argument
| #define required_argument 1 |
◆ GETOPT_LONG_OPTION_T
| typedef struct GETOPT_LONG_OPTION_T GETOPT_LONG_OPTION_T |
◆ option
◆ getopt()
| int getopt |
( |
int | argc, |
|
|
char ** | argv, |
|
|
char * | optstring ) |
◆ getopt_long()
| int getopt_long |
( |
int | argc, |
|
|
char ** | argv, |
|
|
const char * | shortopts, |
|
|
const GETOPT_LONG_OPTION_T * | longopts, |
|
|
int * | longind ) |
◆ getopt_long_only()
| int getopt_long_only |
( |
int | argc, |
|
|
char ** | argv, |
|
|
const char * | shortopts, |
|
|
const GETOPT_LONG_OPTION_T * | longopts, |
|
|
int * | longind ) |
◆ optarg
◆ opterr
◆ optind
◆ optopt