MCPcopy 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
221char* dStrchr(char *str, int c)
222{
223 return strchr(str,c);
224}
225
226const char* dStrchr(const char *str, int c)
227{

Callers 2

MungeCaseFunction · 0.70
createPathMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected