Go to the documentation of this file.
82 #if defined(__STDC__) && __STDC__
97 #define required_argument 1
98 #define optional_argument 2
100 #if defined(__STDC__) && __STDC__
101 #if defined(__GNU_LIBRARY__) || defined(HPUX) || defined(SUNOS) || \
102 defined(__DARWIN_UNIX03)
107 extern int getopt(
int argc,
char *
const *argv,
const char *shortopts);
111 const char *shortopts,
112 const struct option *longopts,
116 const char *shortopts,
117 const struct option *longopts,
123 const char *shortopts,
124 const struct option *longopts,