Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ str_comp_num
Function
str_comp_num
src/base/str.cpp:378–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
int str_comp_num(const char *a, const char *b, int num)
379
{
380
return strncmp(a, b, num);
381
}
382
383
const char *str_startswith_nocase(const char *str, const char *prefix)
384
{
Callers
5
OnSkinUpdate
Method · 0.85
DoLabelStreamed
Method · 0.85
ParseVersionString
Function · 0.85
str_startswith
Function · 0.85
str_in_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected