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