strtoumax
extern uintmax_t strtoumax(const char *string, char **_end, int base);
uintmax_t parsedValue = strtoumax(text, &parseEnd, base);