Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
12
main
Function · 0.85
getChildByName
Method · 0.85
BasicCmdcmdlist
Method · 0.85
findBestCommand
Method · 0.85
load
Method · 0.85
getBlock
Method · 0.85
loadCustomConstants
Method · 0.85
loadCustomConstants
Method · 0.85
setMissingPropertiesToDefault
Function · 0.85
processClose
Method · 0.85
findVariables
Method · 0.85
loadFromObjFile
Method · 0.85
Calls
no outgoing calls
Tested by
1
getChildByName
Method · 0.68