85 # if defined __STDC__ && __STDC__
99 # define no_argument 0
100 # define required_argument 1
101 # define optional_argument 2
129 #if defined __STDC__ && __STDC__
130 # ifdef __GNU_LIBRARY__
134 extern int getopt (
int __argc,
char *
const *__argv,
const char *__shortopts);
139 # ifndef __need_getopt
140 extern int getopt_long (
int __argc,
char *
const *__argv,
const char *__shortopts,
141 const struct option *__longopts,
int *__longind);
143 const char *__shortopts,
144 const struct option *__longopts,
int *__longind);
148 const char *__shortopts,
149 const struct option *__longopts,
int *__longind,
154 # ifndef __need_getopt