Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ _stricmp
Function
_stricmp
outdated/sys/wince/celib.c:474–477 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
}
473
474
int __cdecl _stricmp(const char *a, const char *b)
475
{
476
return strncmpi(a, b, 65535u);
477
}
478
479
#endif
480
Callers
2
mswin_color_from_string
Function · 0.85
mswin_preference_update
Function · 0.85
Calls
1
strncmpi
Function · 0.70
Tested by
no test coverage detected