Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > f524ead14439b41e4ffd6f055ec0f493 > files > 8

latrace-0.5.7-1.fc12.i686.rpm


/* /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);