Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ str_comp_num
Function
str_comp_num
server/src/system.c:1668–1671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1666
}
1667
1668
int str_comp_num(const char *a, const char *b, const int num)
1669
{
1670
return strncmp(a, b, num);
1671
}
1672
1673
int str_comp_filenames(const char *a, const char *b)
1674
{
Callers
1
HandleMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected