1 2 3 4 5 6
#include "memory.h" long long wtoll(wchar_t const *string) { return _wcstoll_wrap(string, NULL, 10); }