MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dStrlen

Function dStrlen

engine/source/platformEmscripten/EmscriptenStrings.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194dsize_t dStrlen(const char *str)
195{
196 return str ? strlen(str) : 0;
197}
198
199char* dStrupr(char *str)
200{

Callers 15

InitOpenGLFunction · 0.70
getDriverInfoMethod · 0.70
ModifyFileFunction · 0.70
getFileTimesMethod · 0.70
hasSubDirectoryMethod · 0.70
recurseDumpDirectoriesFunction · 0.70
dStrdup_rFunction · 0.70
dStrnewFunction · 0.70
dStrrevFunction · 0.70
dItoaFunction · 0.70
DisplayErrorAlertFunction · 0.70
ConsoleFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected