|
ARTS
2.2.66
|
Go to the source code of this file.
Classes | |
| struct | option |
Macros | |
| #define | no_argument 0 |
| #define | required_argument 1 |
| #define | optional_argument 2 |
Functions | |
| int | getopt () |
| int | getopt_long () |
| int | getopt_long_only () |
| int | _getopt_internal () |
Variables | |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| #define no_argument 0 |
Definition at line 97 of file arts_getopt.h.
| #define optional_argument 2 |
Definition at line 99 of file arts_getopt.h.
| #define required_argument 1 |
Definition at line 98 of file arts_getopt.h.
| int _getopt_internal | ( | ) |
| int getopt | ( | ) |
| int getopt_long | ( | ) |
Referenced by get_parameters().
| int getopt_long_only | ( | ) |
|
extern |
Referenced by get_parameters().
|
extern |
|
extern |
Referenced by get_parameters().
|
extern |