
extern int optind;
extern char *optarg;

int getopt (int __argc, char *const *__argv, const char *__shortopts);
