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