MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CmpStartStr

Function CmpStartStr

engine/Poseidon/IO/Streams/QStream.cpp:219–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219int CmpStartStr(const char* str, const char* start)
220{
221 while (*start)
222 {
223 if (normSlash(myLower(*str++)) != normSlash(myLower(*start++)))
224 {
225 return 1;
226 }
227 }
228 return 0;
229}
230
231bool QIFStream::FileReadOnly(const char* name)
232{

Callers 5

AutoBankMethod · 0.85
LoadCampaignsMethod · 0.85
DebugUnlockAllCampaignsFunction · 0.85
DoLoadHeadersMethod · 0.85

Calls 2

normSlashFunction · 0.85
myLowerFunction · 0.85

Tested by

no test coverage detected