Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrrchr
Function
dStrrchr
engine/source/platformAndroid/AndroidStrings.cpp:239–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
const char* dStrrchr(const char *str, int c)
240
{
241
return strrchr(str,c);
242
}
243
244
245
char* dStrrchr(char *str, int c)
Callers
2
createPath
Method · 0.70
_assignCommandKeys
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected