MCPcopy 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
1663int str_comp(const char *a, const char *b)
1664{
1665 return strcmp(a, b);
1666}
1667
1668int str_comp_num(const char *a, const char *b, const int num)
1669{

Callers 3

io_openFunction · 0.85
UpdateMethod · 0.85
HandleMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected