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

Function dStrstr

Engine/source/core/strings/stringFunctions.h:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130inline char *dStrstr(const char *str1, const char *str2)
131{
132 return strstr((char *)str1,str2);
133}
134
135const char* dStristr( const char* str1, const char* str2 );
136char* dStristr( char* str1, const char* str2 );

Callers 15

execMethod · 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
processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected