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