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