MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / strtoull

Function strtoull

samples/shared/strtools.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92#if defined( _WIN32 ) && _MSC_VER < 1800
93inline uint64_t strtoull(const char *str, char **endptr, int base) { return _strtoui64( str, endptr, base ); }
94#endif
95
96/* Handles copying a std::string into a buffer as would be provided in an API */

Callers 1

StringToUint64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected