Searched refs:atoll (Results 1 – 6 of 6) sorted by relevance
46 #define atoll _atoi64 macro
38 long long atoll(const char* nptr); // C99107 using ::atoll;
45 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
45 static_assert((std::is_same<decltype(std::atoll("")), long long>::value), ""); in main()
66 using ::atoll;