ARGSTR
while ((c = getopt(argc, argv, ARGSTR)) != -1) {
while ((ch = getopt(argc, argv, ARGSTR)) != EOF)