Go to the source code of this file.
Functions |
int | getopt (int argc, char **argv, char *optstring) |
int | getopt_long (int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T *longopts, int *longind) |
int | getopt_long_only (int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T *longopts, int *longind) |
Macro Definition Documentation
Typedef Documentation
Function Documentation
int getopt |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char * |
optstring |
|
) |
| |
int getopt_long |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
const char * |
shortopts, |
|
|
const GETOPT_LONG_OPTION_T * |
longopts, |
|
|
int * |
longind |
|
) |
| |
int getopt_long_only |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
const char * |
shortopts, |
|
|
const GETOPT_LONG_OPTION_T * |
longopts, |
|
|
int * |
longind |
|
) |
| |
Variable Documentation