23#define _GETOPT_CORE_H 1
93extern int getopt (
int ___argc,
char *
const *___argv,
const char *__shortopts)
#define __END_DECLS
Definition getopt-cdefs.h:47
#define __BEGIN_DECLS
Definition getopt-cdefs.h:40
int optopt
Definition getopt.c:107
__BEGIN_DECLS char * optarg
Definition getopt.c:81
int optind
Definition getopt.c:96
int opterr
Definition getopt.c:101
int getopt(int ___argc, char *const *___argv, const char *__shortopts) __THROW _GL_ARG_NONNULL((2
Definition getopt.c:1122
#define __THROW
Definition getopt.in.h:100
#define _GL_ARG_NONNULL(params)
Definition getopt.in.h:52