MCPcopy Create free account
hub / github.com/crownengine/crown / strstr

Function strstr

3rdparty/bx/src/crtnone.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95extern "C" const char* strstr(const char* _str, const char* _find)
96{
97 return bx::strFind(_str, _find).getPtr();
98}
99
100extern "C" void qsort(void* _base, size_t _num, size_t _size, bx::ComparisonFn _fn)
101{

Callers 15

incompleteFunction · 0.85
luaL_gsubFunction · 0.85
emit_asm_labelFunction · 0.85
emit_libFunction · 0.85
validate_identifierFunction · 0.85
foreach_in_list_safeFunction · 0.85
foreach_in_listFunction · 0.85
visitMethod · 0.85
foreach_in_listFunction · 0.85
reservedPpErrorCheckMethod · 0.85

Calls 1

strFindFunction · 0.85

Tested by

no test coverage detected