23#define _GETOPT_EXT_H 1
65#define required_argument 1
66#define optional_argument 2
69 const char *__shortopts,
70 const struct option *__longopts,
int *__longind)
73 const char *__shortopts,
74 const struct option *__longopts,
int *__longind)
#define __END_DECLS
Definition getopt-cdefs.h:47
#define __BEGIN_DECLS
Definition getopt-cdefs.h:40
int int getopt_long_only(int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2
Definition getopt1.c:63
int getopt_long(int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2
Definition getopt1.c:41
Definition getopt.in.h:162
int val
Definition getopt.in.h:168
int * flag
Definition getopt.in.h:167
const char * name
Definition getopt.in.h:163
int has_arg
Definition getopt.in.h:166
#define __getopt_argv_const
Definition getopt.in.h:78
#define __THROW
Definition getopt.in.h:100
#define _GL_ARG_NONNULL(params)
Definition getopt.in.h:52