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

Function strcasecmp

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

Source from the content-addressed store, hash-verified

88}
89
90extern "C" int32_t strcasecmp(const char* _lhs, const char* _rhs)
91{
92 return bx::strCmpI(_lhs, _rhs);
93}
94
95extern "C" const char* strstr(const char* _str, const char* _find)
96{

Callers 1

match_layout_qualifierFunction · 0.50

Calls 1

strCmpIFunction · 0.85

Tested by

no test coverage detected