Home
Install
Use
Develop
Support
News
Credits
hosted by
|
85# if defined __STDC__ && __STDC__
100# define required_argument 1
101# define optional_argument 2
129#if defined __STDC__ && __STDC__
130# ifdef __GNU_LIBRARY__
134extern int getopt ( int __argc, char * const *__argv, const char *__shortopts);
139# ifndef __need_getopt
140extern int getopt_long ( int __argc, char * const *__argv, const char *__shortopts,
141 const struct option *__longopts, int *__longind);
142extern int getopt_long_only ( int __argc, char * const *__argv,
143 const char *__shortopts,
144 const struct option *__longopts, int *__longind);
147extern int _getopt_internal ( int __argc, char * const *__argv,
148 const char *__shortopts,
149 const struct option *__longopts, int *__longind,
154# ifndef __need_getopt
155extern int getopt_long ();
156extern int getopt_long_only ();
158extern int _getopt_internal ();
Generated using doxygen 1.14.0
|