Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
int dStrcmp(const char *str1, const char *str2)
127
{
128
return strcmp(str1, str2);
129
}
130
131
int dStrcmp( const UTF16 *str1, const UTF16 *str2)
132
{
Callers
3
AndroidProfilerFindProfileEnd
Function · 0.70
isGoodDirectory
Function · 0.70
isGoodDirectoryCache
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected