MCPcopy Create free account
hub / github.com/chen3feng/toft / ParseNumber

Function ParseNumber

base/string/number.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109} // namespace
110
111bool ParseNumber(const char* str, signed char* value, char** endptr, int base)
112{
113 return ParseNumberT<long>(str, value, endptr, base);
114}
115
116bool ParseNumber(const char* str, unsigned char* value, char** endptr, int base)
117{

Callers

nothing calls this directly

Calls 1

ParseFloatNumberFunction · 0.85

Tested by

no test coverage detected