Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ilRegisterLoad
Function · 0.85
ILAPIENTRY ilRegisterSave
Function · 0.85
ILAPIENTRY ilRemoveLoad
Function · 0.85
ILAPIENTRY ilRemoveSave
Function · 0.85
iRegisterLoad
Function · 0.85
iRegisterSave
Function · 0.85
il_pal.cpp
File · 0.85
iCheckExtension
Function · 0.85
ILAPIENTRY ilTypeFromExt
Function · 0.85
ILAPIENTRY ilLoadImage
Function · 0.85
ILAPIENTRY ilSaveImage
Function · 0.85
Calls
1
stricmp
Function · 0.85
Tested by
no test coverage detected