MAX_INPUT_LEN
char resp[MAX_INPUT_LEN];
} else if (strlen(response) > MAX_INPUT_LEN - 1) {
MAX_INPUT_LEN);