getopt.h 106 Bytes Raw Blame History Permalink 1 2 3 4 extern char *optarg; extern int optind, opterr; int getopt (int argc, char **argv, const char *options);