Searched refs:atoll (Results 1 – 7 of 7) sorted by relevance
138 extern long long atoll (const char *string);141 # undef atoll142 # define atoll(s) \145 atoll (s))
39 #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()
66 using ::atoll;
45 static_assert((std::is_same<decltype(std::atoll("")), long long>::value), ""); in main()