Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ strncmp
Function
strncmp
deps/physx/physx/source/foundation/src/PsString.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int32_t strncmp(const char* str1, const char* str2, size_t count)
58
{
59
return ::strncmp(str1, str2, count);
60
}
61
62
int32_t snprintf(char* dst, size_t dstSize, const char* format, ...)
63
{
Callers
15
ProcessArguments
Function · 0.85
parseCmdLine
Function · 0.85
setLine
Method · 0.85
reservedPpErrorCheck
Method · 0.85
scanVersion
Method · 0.85
operator==
Method · 0.85
next_value_string
Method · 0.85
main
Function · 0.85
getChildByName
Method · 0.85
BasicCmdcmdlist
Method · 0.85
findBestCommand
Method · 0.85
load
Method · 0.85
Calls
no outgoing calls
Tested by
1
getChildByName
Method · 0.68