#ifndef _STRTOLL_H_ #define _STRTOLL_H_ #include #include #ifdef __cplusplus extern "C" { #endif uint64_t __strtoull(const char *nptr, char **endptr, int base); #ifdef __cplusplus } #endif #define strtoull __strtoull #endif