Go to the documentation of this file. 80 #if defined (__STDC__) && __STDC__ 95 #define required_argument 1 96 #define optional_argument 2 98 #if defined (__STDC__) && __STDC__ 99 #ifdef __GNU_LIBRARY__ 103 extern int getopt (
int argc,
char *
const *argv,
const char *shortopts);
107 extern int getopt_long (
int argc,
char *
const *argv,
const char *shortopts,
108 const struct option *longopts,
int *longind);
110 const char *shortopts,
111 const struct option *longopts,
int *longind);
115 const char *shortopts,
116 const struct option *longopts,
int *longind,
int val
Definition: getopt.h:89
char * name
Definition: getopt.h:83
int * flag
Definition: getopt.h:88
int has_arg
Definition: getopt.h:87