Go to the source code of this file.
|
| 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) |
| |
| 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 |
|
) |
| |