#ifndef GETOPT_H #define GETOPT_H int getopt(int argc, char * const argv[], const char *optstring); extern char *optarg; extern int optind, opterr, optopt; #include #endif /* GETOPT_H */