Searched defs:atoll (Results 1 – 6 of 6) sorted by relevance
4 long long atoll(const char *s) in atoll() function
80 #define atoll _atoi64 macro
85 #define atoll _atoi64 macro88 #define atoll atoi macro
90 inline long long int atoll (const char* str) in atoll() function