Go to the documentation of this file. 27 #ifndef MY_GETOPT_LONG_H 28 #define MY_GETOPT_LONG_H 48 # define no_argument 0 49 # define required_argument 1 50 # define optional_argument 2 54 # if defined __STDC__ && __STDC__ 66 extern int getopt_long (
int __argc,
char *
const *__argv,
const char *__shortopts,
67 const struct option *__longopts,
int *__longind);