Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
char* dStrstr(char *str1, const char *str2)
262
{
263
return strstr(str1,str2);
264
}
265
266
const char* dStrstr(const char *str1, const char *str2)
267
{
Callers
2
getGLCapabilities
Function · 0.70
_getModifierMask
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected