9#define _ALLOW_OLD_VALIDATE_MACROS
23 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
nullptr);
28 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
locale);
33 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
nullptr);
38 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
locale);
43 return __crt_strtox::parse_integer_from_string<long long>(
string,
nullptr, 10,
nullptr);
48 return __crt_strtox::parse_integer_from_string<long long>(
string,
nullptr, 10,
locale);
53 return __crt_strtox::parse_integer_from_string<__int64>(
string,
nullptr, 10,
nullptr);
58 return __crt_strtox::parse_integer_from_string<__int64>(
string,
nullptr, 10,
locale);
71 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
nullptr);
76 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
locale);
81 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
nullptr);
86 return __crt_strtox::parse_integer_from_string<long>(
string,
nullptr, 10,
locale);
91 return __crt_strtox::parse_integer_from_string<long long>(
string,
nullptr, 10,
nullptr);
96 return __crt_strtox::parse_integer_from_string<long long>(
string,
nullptr, 10,
locale);
101 return __crt_strtox::parse_integer_from_string<__int64>(
string,
nullptr, 10,
nullptr);
106 return __crt_strtox::parse_integer_from_string<__int64>(
string,
nullptr, 10,
locale);
long long __cdecl _wtoll(wchar_t const *const string)
__int64 __cdecl _wtoi64(wchar_t const *const string)
long __cdecl _atol_l(char const *const string, _locale_t const locale)
long long __cdecl _wtoll_l(wchar_t const *const string, _locale_t const locale)
int __cdecl _wtoi_l(wchar_t const *const string, _locale_t const locale)
long long __cdecl atoll(char const *const string)
long __cdecl _wtol(wchar_t const *const string)
long __cdecl _wtol_l(wchar_t const *const string, _locale_t const locale)
__int64 __cdecl _atoi64(char const *const string)
long __cdecl atol(char const *const string)
__int64 __cdecl _atoi64_l(char const *const string, _locale_t const locale)
__int64 __cdecl _wtoi64_l(wchar_t const *const string, _locale_t const locale)
int __cdecl _wtoi(wchar_t const *const string)
long long __cdecl _atoll_l(char const *const string, _locale_t const locale)
int __cdecl _atoi_l(char const *const string, _locale_t const locale)
int __cdecl atoi(char const *const string)