![]() |
My Project
|
Go to the source code of this file.
Data Structures | |
| struct | fe_option |
Macros | |
| #define | no_argument 0 |
| #define | required_argument 1 |
| #define | optional_argument 2 |
Enumerations | |
| enum | feOptType { feOptUntyped , feOptBool , feOptInt , feOptString } |
Functions | |
| int | fe_getopt (int argc, char *const *argv, const char *shortopts) |
| int | fe_getopt_long (int argc, char *const *argv, const char *shortopts, const struct fe_option *longopts, int *longind) |
| int | fe_getopt_long_only (int argc, char *const *argv, const char *shortopts, const struct fe_option *longopts, int *longind) |
| int | _fe_getopt_internal (int argc, char *const *argv, const char *shortopts, const struct fe_option *longopts, int *longind, int long_only) |
Variables | |
| char * | fe_optarg |
| int | fe_optind |
| int | fe_opterr |
| int | fe_optopt |
| struct fe_option |
| #define no_argument 0 |
Definition at line 99 of file fegetopt.h.
| #define optional_argument 2 |
Definition at line 101 of file fegetopt.h.
| #define required_argument 1 |
Definition at line 100 of file fegetopt.h.
|
extern |
Definition at line 325 of file fegetopt.c.
Definition at line 653 of file fegetopt.c.
|
extern |
Definition at line 664 of file fegetopt.c.
|
extern |
Definition at line 674 of file fegetopt.c.
|
extern |
Definition at line 94 of file fegetopt.c.
|
extern |
Definition at line 123 of file fegetopt.c.
|
extern |
Definition at line 109 of file fegetopt.c.
|
extern |
Definition at line 130 of file fegetopt.c.