EQUAL
case EQUAL: /* Found it. */
for (; front < back && compare(string, front, back) == EQUAL; ++front) {
return (*s1 ? GREATER : EQUAL);