Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed


/* /usr/include/getopt.h */

int getopt (int argc, void *argv, char *shortopts);
int getopt();
int getopt_long(int argc, void *argv, char *shortopts, void *longopts, int *longind);
int getopt_long_only(int argc, void *argv, char *shortopts, void *longopts, int *longind);