Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrcmp
Function
dStrcmp
engine/source/platformEmscripten/EmscriptenStrings.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
int dStrcmp(const char *str1, const char *str2)
125
{
126
return strcmp(str1, str2);
127
}
128
129
int dStrcmp( const UTF16 *str1, const UTF16 *str2)
130
{
Callers
4
RecurseDumpPath
Function · 0.70
isSubDirectory
Method · 0.70
hasSubDirectory
Method · 0.70
recurseDumpDirectories
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected