/* * What the hell would need this??? */ int vowel( int i ) { return( i == 'a' || i == 'e' || i == 'i' || i == 'o' || i == 'u' ); } /* vowel() */