libspf2 1.2.11
|
Go to the source code of this file.
Data Structures | |
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 |
int _getopt_internal | ( | ) |
Referenced by getopt(), getopt_long(), and getopt_long_only().
int getopt | ( | ) |
Referenced by main().
int getopt_long | ( | ) |
int getopt_long_only | ( | ) |
Referenced by main().
|
extern |
Definition at line 120 of file getopt_long_only.c.
Referenced by _getopt_internal(), and main().
|
extern |
Definition at line 155 of file getopt_long_only.c.
Referenced by _getopt_internal().
|
extern |
Definition at line 135 of file getopt_long_only.c.
Referenced by _getopt_internal(), and main().
|
extern |
Definition at line 161 of file getopt_long_only.c.
Referenced by _getopt_internal().