MCPcopy Create free account
hub / github.com/DentonW/DevIL / iStrCmp

Function iStrCmp

DevIL/src-IL/src/il_internal.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52#ifdef _UNICODE
53 int iStrCmp(ILconst_string src1, ILconst_string src2)
54 {
55 return wcsicmp(src1, src2);
56 }
57#else
58 int iStrCmp(ILconst_string src1, ILconst_string src2)
59 {

Callers 11

ILAPIENTRY ilRemoveLoadFunction · 0.85
ILAPIENTRY ilRemoveSaveFunction · 0.85
iRegisterLoadFunction · 0.85
iRegisterSaveFunction · 0.85
il_pal.cppFile · 0.85
iCheckExtensionFunction · 0.85
ILAPIENTRY ilTypeFromExtFunction · 0.85
ILAPIENTRY ilLoadImageFunction · 0.85
ILAPIENTRY ilSaveImageFunction · 0.85

Calls 1

stricmpFunction · 0.85

Tested by

no test coverage detected