MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dStrstr

Function dStrstr

engine/source/platformEmscripten/EmscriptenStrings.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252char* dStrstr(char *str1, const char *str2)
253{
254 return strstr(str1,str2);
255}
256
257const char* dStrstr(const char *str1, const char *str2)
258{

Callers 3

ModifyFileFunction · 0.70
getFileTimesMethod · 0.70
getGLCapabilitiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected