MCPcopy 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
231const char* dStrrchr(const char *str, int c)
232{
233 return strrchr(str,c);
234}
235
236char* dStrrchr(char *str, int c)
237{

Callers 1

DirExistsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected