Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrncmp
Function
dStrncmp
engine/source/platformEmscripten/EmscriptenStrings.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
int dStrncmp(const char *str1, const char *str2, dsize_t len)
164
{
165
return strncmp(str1, str2, len);
166
}
167
168
int dStrnicmp(const char *str1, const char *str2, dsize_t len)
169
{
Callers
1
recurseDumpDirectories
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected