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