MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isconsonant

Function isconsonant

extlibs/soloud/src/audiosource/speech/tts.cpp:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844static int isconsonant(int chr)
845{
846 return (isupper(chr) && !isvowel(chr));
847}
848
849static int leftmatch(
850 const char *pattern, /* first char of pattern to match in text */

Callers 2

leftmatchFunction · 0.85
rightmatchFunction · 0.85

Calls 1

isvowelFunction · 0.85

Tested by

no test coverage detected