Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
 
2
/* /usr/include/getopt.h */
3
 
4
int getopt (int argc, void *argv, char *shortopts);
5
int getopt();
6
int getopt_long(int argc, void *argv, char *shortopts, void *longopts, int *longind);
7
int getopt_long_only(int argc, void *argv, char *shortopts, void *longopts, int *longind);