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

Function strcmp

physx/source/foundation/src/PsString.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// cross-platform implementations
51
52int32_t strcmp(const char* str1, const char* str2)
53{
54 return ::strcmp(str1, str2);
55}
56
57int32_t strncmp(const char* str1, const char* str2, size_t count)
58{

Callers 15

checkFileFunction · 0.85
zoneStartMethod · 0.85
zoneEndMethod · 0.85
newMeshMethod · 0.85
newShapeMethod · 0.85
ParseLineMethod · 0.85
readHeaderFunction · 0.85
readRootFunction · 0.85
readBoneFunction · 0.85
getBoneFromNameFunction · 0.85
readHierarchyFunction · 0.85
readFrameDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected