MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / PointToLastChar

Function PointToLastChar

Libraries/unrar/pathfn.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12wchar* PointToLastChar(const wchar *Path)
13{
14 size_t Length=wcslen(Path);
15 return (wchar*)(Length>0 ? Path+Length-1:Path);
16}
17
18
19wchar* ConvertPath(const wchar *SrcPath,wchar *DestPath,size_t DestSize)

Callers 5

CreateMethod · 0.85
CheckArgsMethod · 0.85
MakeDirFunction · 0.85
CreatePathFunction · 0.85
ExtrPrepareNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected