MCPcopy 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
474int __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_stringFunction · 0.85
mswin_preference_updateFunction · 0.85

Calls 1

strncmpiFunction · 0.70

Tested by

no test coverage detected