getopt 715 libglibc/getopt.c c = getopt (argc, argv, "abc:d:0123456789"); getopt 102 libglibc/getopt.h extern int getopt (int argc, char *const *argv, const char *shortopts); getopt 104 libglibc/getopt.h extern int getopt (); getopt 118 libglibc/getopt.h extern int getopt ();