OPTLIST
while (!error && (i = getopt(argc, argv, OPTLIST)) != -1) {
while ((i = getopt(argc, argv, OPTLIST)) != -1) {