#include unsigned long long strtoull_l(const char *n, char **end, int base, locale_t l) { return strtoull(n, end, base); }