MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStrcmp

Function dStrcmp

Engine/source/core/strings/stringFunctions.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83inline S32 dStrcmp(const char *str1, const char *str2)
84{
85 return strcmp(str1, str2);
86}
87
88inline bool dStrIsEmpty(const char *src)
89{

Callers 13

readFieldsMethod · 0.50
VController.cppFile · 0.50
readFileFunction · 0.50
getFloatMethod · 0.50
getIntMethod · 0.50
getBoolMethod · 0.50
prepRenderImageMethod · 0.50
isFnOkFunction · 0.50
RecurseDumpPathFunction · 0.50
isSubDirectoryMethod · 0.50
hasSubDirectoryMethod · 0.50
recurseDumpDirectoriesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected