#include <ctype.h>
Go to the source code of this file.
|
| int | getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW |
| |
| int | getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW |
| |
| int | getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW |
| |
◆ __getopt_argv_const
| #define __getopt_argv_const const |
◆ __GNUC_PREREQ
| #define __GNUC_PREREQ |
( |
| maj, |
|
|
| min ) |
◆ __THROW
◆ _GETOPT_H
◆ no_argument
◆ optional_argument
| #define optional_argument 2 |
◆ required_argument
| #define required_argument 1 |
◆ getopt()
◆ getopt_long()
◆ getopt_long_only()
◆ optarg
◆ opterr
◆ optind
◆ optopt