MCPcopy 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
59long long strtoll(const char* __restrict__, char** __restrict, int) {
60 UNIMPLEMENTED();
61}
62
63long double strtold(const char* __restrict__, char** __restrict__) {
64 UNIMPLEMENTED();

Callers 1

ConvFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected