Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ str_utf8_isstart
Function
str_utf8_isstart
server/src/system.c:1839–1844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1837
1838
1839
static int str_utf8_isstart(char c)
1840
{
1841
if((c&0xC0) == 0x80) /* 10xxxxxx */
1842
return 0;
1843
return 1;
1844
}
1845
1846
int str_utf8_rewind(const char *str, int cursor)
1847
{
Callers
1
str_utf8_rewind
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected