MCPcopy 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
124int dStrcmp(const char *str1, const char *str2)
125{
126 return strcmp(str1, str2);
127}
128
129int dStrcmp( const UTF16 *str1, const UTF16 *str2)
130{

Callers 4

RecurseDumpPathFunction · 0.70
isSubDirectoryMethod · 0.70
hasSubDirectoryMethod · 0.70
recurseDumpDirectoriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected