MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / StringEndsWith

Function StringEndsWith

src/External/CascLib/src/CascFiles.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static bool StringEndsWith(LPCSTR szString, size_t nLength, LPCSTR szSuffix, size_t nSuffixLength)
88{
89 return ((nLength > nSuffixLength) && !strcmp(szString + nLength - nSuffixLength, szSuffix));
90}
91
92static LPCTSTR GetSubFolder(CPATH_TYPE PathType)
93{

Callers 1

LoadCKeyEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected