MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dStrcmp

Function dStrcmp

engine/source/platformAndroid/AndroidStrings.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126int dStrcmp(const char *str1, const char *str2)
127{
128 return strcmp(str1, str2);
129}
130
131int dStrcmp( const UTF16 *str1, const UTF16 *str2)
132{

Callers 3

isGoodDirectoryFunction · 0.70
isGoodDirectoryCacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected