MCPcopy 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
378int str_comp_num(const char *a, const char *b, int num)
379{
380 return strncmp(a, b, num);
381}
382
383const char *str_startswith_nocase(const char *str, const char *prefix)
384{

Callers 5

OnSkinUpdateMethod · 0.85
DoLabelStreamedMethod · 0.85
ParseVersionStringFunction · 0.85
str_startswithFunction · 0.85
str_in_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected