monosyl
static int monosyl(char *, char *);
if (monosyl(bp, ep))
if (i == 0 && vowel(*ep) && ep[-1] == ep[-2] && monosyl(bp, ep-1)) {