Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
int str_comp(const char *a, const char *b)
374
{
375
return strcmp(a, b);
376
}
377
378
int str_comp_num(const char *a, const char *b, int num)
379
{
Callers
15
operator==
Method · 0.85
GenerateTimeoutCode
Function · 0.85
OnRender
Method · 0.85
GetGameInfo
Function · 0.85
OnNewSnapshot
Method · 0.85
GotWantedSkin7
Method · 0.85
ConchainLanguageUpdate
Method · 0.85
LoadGameSkin
Method · 0.85
LoadEmoticonsSkin
Method · 0.85
LoadParticlesSkin
Method · 0.85
LoadHudSkin
Method · 0.85
LoadExtrasSkin
Method · 0.85
Calls
no outgoing calls
Tested by
5
main
Function · 0.68
Expect
Method · 0.68
operator<
Method · 0.68
TestCollect
Function · 0.68
TEST
Function · 0.68