Go to the documentation of this file.
30 #ifndef MY_GETOPT_LONG_H
31 #define MY_GETOPT_LONG_H
51 # define no_argument 0
52 # define required_argument 1
53 # define optional_argument 2
57 # if defined __STDC__ && __STDC__
69 extern int getopt_long (
int __argc,
char *
const *__argv,
const char *__shortopts,
70 const struct option *__longopts,
int *__longind);