Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrrchr
Function
dStrrchr
engine/source/platformEmscripten/EmscriptenStrings.cpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
const char* dStrrchr(const char *str, int c)
232
{
233
return strrchr(str,c);
234
}
235
236
char* dStrrchr(char *str, int c)
237
{
Callers
1
DirExists
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected