#include long long strtoll_l(const char *n, char **end, int base, locale_t l) { return strtoll(n, end, base); }