Searched defs:wcstoll (Results 1 – 3 of 3) sorted by relevance
32 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoll() function
49 #define wcstoll _wcstoi64 macro
189 TEST(wchar, wcstoll) { in TEST() argument