87#define required_argument 1
88#define optional_argument 2
90L4_CV int getopt (
int argc,
char *
const *argv,
const char *shortopts);
92L4_CV int getopt_long (
int argc,
char *
const *argv,
const char *shortopts,
93 const struct option *longopts,
int *longind);
94L4_CV int getopt_long_only (
int argc,
char *
const *argv,
95 const char *shortopts,
96 const struct option *longopts,
int *longind);
98L4_CV int _getopt_internal (
int argc,
char *
const *argv,
99 const char *shortopts,
100 const struct option *longopts,
int *longind,
L4 compiler related defines.
#define __END_DECLS
End section with C types and functions.
#define L4_CV
Define calling convention.
#define __BEGIN_DECLS
Start section with C types and functions.