Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrchr
Function
dStrchr
engine/source/platformEmscripten/EmscriptenStrings.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
char* dStrchr(char *str, int c)
222
{
223
return strchr(str,c);
224
}
225
226
const char* dStrchr(const char *str, int c)
227
{
Callers
2
MungeCase
Function · 0.70
createPath
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected