MCPcopy 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
57int32_t strncmp(const char* str1, const char* str2, size_t count)
58{
59 return ::strncmp(str1, str2, count);
60}
61
62int32_t snprintf(char* dst, size_t dstSize, const char* format, ...)
63{

Callers 15

ProcessArgumentsFunction · 0.85
parseCmdLineFunction · 0.85
setLineMethod · 0.85
reservedPpErrorCheckMethod · 0.85
scanVersionMethod · 0.85
operator==Method · 0.85
next_value_stringMethod · 0.85
mainFunction · 0.85
getChildByNameMethod · 0.85
BasicCmdcmdlistMethod · 0.85
findBestCommandMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by 1

getChildByNameMethod · 0.68