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