Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
extern
"C"
int32_t strcasecmp(const char* _lhs, const char* _rhs)
91
{
92
return bx::strCmpI(_lhs, _rhs);
93
}
94
95
extern
"C"
const char* strstr(const char* _str, const char* _find)
96
{
Callers
1
match_layout_qualifier
Function · 0.50
Calls
1
strCmpI
Function · 0.85
Tested by
no test coverage detected