9 #if defined(CCTOOLS_OPSYS_DARWIN)
10 #include </usr/include/getopt.h>
43 #if !defined __GNU_LIBRARY__
48 # ifndef __GNUC_PREREQ
49 # define __GNUC_PREREQ(maj, min) (0)
51 # if defined __cplusplus && __GNUC_PREREQ (2,8)
52 # define __THROW throw ()
126 # define no_argument 0
127 # define required_argument 1
128 # define optional_argument 2
154 #if defined (__STDC__) && __STDC__
155 #ifdef __GNU_LIBRARY__
159 extern int getopt (
int ___argc,
char *
const *___argv,
const char *__shortopts)
162 extern int getopt ();
164 extern int getopt_long (
int ___argc,
char *
const *___argv,
165 const char *__shortopts,
166 const struct option *__longopts,
int *__longind)
168 extern int getopt_long_only (
int ___argc,
char *
const *___argv,
169 const char *__shortopts,
170 const struct option *__longopts,
int *__longind)
173 extern int getopt ();
174 extern int getopt_long ();
175 extern int getopt_long_only ();