42 int getopt (
int argc,
char **argv,
char *optstring);
43 int getopt_long (
int argc,
char **argv,
const char *shortopts,
struct GETOPT_LONG_OPTION_T GETOPT_LONG_OPTION_T
int getopt_long(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_only(int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T *longopts, int *longind)
GETOPT_LONG_OPTION_T option