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

Function dStrstr

engine/source/platformAndroid/AndroidStrings.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261char* dStrstr(char *str1, const char *str2)
262{
263 return strstr(str1,str2);
264}
265
266const char* dStrstr(const char *str1, const char *str2)
267{

Callers 2

getGLCapabilitiesFunction · 0.70
_getModifierMaskFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected