Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
549
int atoiw(const wchar *s)
550
{
551
return (int)atoilw(s);
552
}
553
554
555
int64 atoilw(const wchar *s)
Callers
3
ProcessSwitch
Method · 0.85
Restore
Method · 0.85
ParseVersionFileName
Function · 0.85
Calls
1
atoilw
Function · 0.85
Tested by
no test coverage detected