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

Function atoiw

Libraries/unrar/unicode.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547
548
549int atoiw(const wchar *s)
550{
551 return (int)atoilw(s);
552}
553
554
555int64 atoilw(const wchar *s)

Callers 3

ProcessSwitchMethod · 0.85
RestoreMethod · 0.85
ParseVersionFileNameFunction · 0.85

Calls 1

atoilwFunction · 0.85

Tested by

no test coverage detected