MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / strncmp

Function strncmp

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 12

mainFunction · 0.85
getChildByNameMethod · 0.85
BasicCmdcmdlistMethod · 0.85
findBestCommandMethod · 0.85
loadMethod · 0.85
getBlockMethod · 0.85
loadCustomConstantsMethod · 0.85
loadCustomConstantsMethod · 0.85
processCloseMethod · 0.85
findVariablesMethod · 0.85
loadFromObjFileMethod · 0.85

Calls

no outgoing calls

Tested by 1

getChildByNameMethod · 0.68