Go to the source code of this file.
|
| int | getopt_long (int __argc, char *const __argv[], char const *__optstring, struct option const *__longopts, int *__longindex) |
| |
| int | getopt_long_only (int __argc, char *const __argv[], char const *__optstring, struct option const *__longopts, int *__longindex) |
| |
◆ no_argument
◆ optional_argument
| #define optional_argument 2 |
◆ required_argument
| #define required_argument 1 |
◆ getopt_long()
| int getopt_long |
( |
int | __argc, |
|
|
char *const | __argv[], |
|
|
char const * | __optstring, |
|
|
struct option const * | __longopts, |
|
|
int * | __longindex ) |
◆ getopt_long_only()
| int getopt_long_only |
( |
int | __argc, |
|
|
char *const | __argv[], |
|
|
char const * | __optstring, |
|
|
struct option const * | __longopts, |
|
|
int * | __longindex ) |