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

Function RemoveLF

Libraries/unrar/strfn.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116wchar* RemoveLF(wchar *Str)
117{
118 for (int I=(int)wcslen(Str)-1;I>=0 && (Str[I]=='\r' || Str[I]=='\n');I--)
119 Str[I]=0;
120 return Str;
121}
122
123
124unsigned char loctolower(unsigned char ch)

Callers 2

GetPasswordTextFunction · 0.85
getwstrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected