MCPcopy 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
239const char* dStrrchr(const char *str, int c)
240{
241 return strrchr(str,c);
242}
243
244
245char* dStrrchr(char *str, int c)

Callers 2

createPathMethod · 0.70
_assignCommandKeysFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected