Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ strtoll
Function
strtoll
Source/Windows/Common/CRT/String.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
long long strtoll(const char* __restrict__, char** __restrict, int) {
60
UNIMPLEMENTED();
61
}
62
63
long double strtold(const char* __restrict__, char** __restrict__) {
64
UNIMPLEMENTED();
Callers
1
Conv
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected