MCPcopy Create free account
hub / github.com/ddnet/ddnet / str_comp

Function str_comp

src/base/str.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373int str_comp(const char *a, const char *b)
374{
375 return strcmp(a, b);
376}
377
378int str_comp_num(const char *a, const char *b, int num)
379{

Callers 15

operator==Method · 0.85
GenerateTimeoutCodeFunction · 0.85
OnRenderMethod · 0.85
GetGameInfoFunction · 0.85
OnNewSnapshotMethod · 0.85
GotWantedSkin7Method · 0.85
LoadGameSkinMethod · 0.85
LoadEmoticonsSkinMethod · 0.85
LoadParticlesSkinMethod · 0.85
LoadHudSkinMethod · 0.85
LoadExtrasSkinMethod · 0.85

Calls

no outgoing calls

Tested by 5

mainFunction · 0.68
ExpectMethod · 0.68
operator<Method · 0.68
TestCollectFunction · 0.68
TESTFunction · 0.68