Idź do dokumentacji tego pliku.
28 #if !defined __GNU_LIBRARY__
47 # if (defined __STDC__ && __STDC__) || defined __cplusplus
57 # define no_argument 0
58 # define required_argument 1
59 # define optional_argument 2
62 #if (defined __STDC__ && __STDC__) || defined __cplusplus
63 # ifdef __GNU_LIBRARY__
64 extern int getopt (
int __argc,
char *
const *__argv,
const char *__shortopts);
69 # ifndef __need_getopt
70 extern int getopt_long (
int __argc,
char *
const *__argv,
const char *__shortopts,
71 const struct option *__longopts,
int *__longind);
73 const char *__shortopts,
74 const struct option *__longopts,
int *__longind);
78 const char *__shortopts,
79 const struct option *__longopts,
int *__longind,
84 # ifndef __need_getopt