getopt 1013 source/compat/getopt/getopt.c c = getopt (argc, argv, "abc:d:0123456789"); getopt 147 source/compat/getopt/getopt.h extern int getopt (int argc, char *const *argv, const char *shortopts); getopt 149 source/compat/getopt/getopt.h extern int getopt (); getopt 166 source/compat/getopt/getopt.h extern int getopt ();