Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariccio/altWinDirStat
/ stringicompare
Function
stringicompare
Reference code/osImageTool/stringutils.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
return lstr;
176
}
177
int stringicompare(const string& a, const string& b)
178
{
179
return stricmp(a.c_str(), b.c_str());
180
}
Callers
1
FindListIndex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected