MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStrstr

Function dStrstr

Engine/source/core/strings/stringFunctions.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163inline char *dStrstr(const char *str1, const char *str2)
164{
165 return strstr((char *)str1,str2);
166}
167
168const char* dStristr( const char* str1, const char* str2 );
169char* dStristr( char* str1, const char* str2 );

Callers 15

execMethod · 0.85
gotoWebPageFunction · 0.85
dumpDocFunction · 0.85
dumpVariableFunction · 0.85
dumpFunctionFunction · 0.85
dumpClassHeaderFunction · 0.85
dumpClassesFunction · 0.85
dumpEnumFunction · 0.85
dumpClassesMethod · 0.85
destroyFieldsMethod · 0.85
pasteFieldsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected