#ifndef _RSK_STRTOULL_H #define _RSK_STRTOULL_H long long int strtoull(const char *nptr, char **endptr, int base); #endif