MCPcopy 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
163int dStrncmp(const char *str1, const char *str2, dsize_t len)
164{
165 return strncmp(str1, str2, len);
166}
167
168int dStrnicmp(const char *str1, const char *str2, dsize_t len)
169{

Callers 1

recurseDumpDirectoriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected