Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
844
static int isconsonant(int chr)
845
{
846
return (isupper(chr) && !isvowel(chr));
847
}
848
849
static int leftmatch(
850
const char *pattern, /* first char of pattern to match in text */
Callers
2
leftmatch
Function · 0.85
rightmatch
Function · 0.85
Calls
1
isvowel
Function · 0.85
Tested by
no test coverage detected