MCPcopy 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}
177int stringicompare(const string& a, const string& b)
178{
179 return stricmp(a.c_str(), b.c_str());
180}

Callers 1

FindListIndexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected