START_ENTRY
if (getc(modes) != START_ENTRY) {
errx(1, "Expected %c", START_ENTRY);
if (c == START_ENTRY) {