MCPcopy Create free account
hub / github.com/ZDoom/Raze / ToLong

Method ToLong

source/common/utility/zstring.cpp:1197–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195}
1196
1197int64_t FString::ToLong (int base) const
1198{
1199 return strtoll (Chars, NULL, base);
1200}
1201
1202uint64_t FString::ToULong (int base) const
1203{

Callers 7

UNSAFE_CCMDFunction · 0.80
FStringFormatFunction · 0.80
StringToIntFunction · 0.80
CastS2IFunction · 0.80
ToIntMethod · 0.80
DoCastFunction · 0.80

Calls 1

strtollFunction · 0.85

Tested by

no test coverage detected