MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / strcmp

Function strcmp

deps/physx/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

parseMethod · 0.85
ProcessArgumentsFunction · 0.85
GLSLextAMDGetDebugNamesFunction · 0.85
GLSLextNVGetDebugNamesFunction · 0.85
reservedPpErrorCheckMethod · 0.85
checkExtensionStageMethod · 0.85
extensionRequiresMethod · 0.85
operator()Method · 0.85
tokenizeIdentifierMethod · 0.85
evalMethod · 0.85

Calls

no outgoing calls

Tested by 4

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68