strtou
#define _FUNCNAME strtou
__weak_alias(strtou, _strtou)
uintmax_t strtou(const char * __restrict, char ** __restrict, int,
uintmax_t rv = strtou(nptr, NULL, base, lo, hi, &e);
idx = (int)strtou(var_array[i]->name + n, NULL, 16, 0, 0xffff,
val = strtou(str, endptr, base, 0, USHRT_MAX, &rstatus);
w = (unsigned int)strtou(p, NULL, 10, 0, 3000, &err);
unsigned int num = (unsigned int)strtou(str, NULL, 10, 0, INT_MAX, &e);
uintmax_t strtou(const char * __restrict, char ** __restrict, int, uintmax_t,
uintmax_t strtou(const char * __restrict, char ** __restrict, int,
unsigned long u = strtou(name, NULL, 0, 0, ULONG_MAX, &e);
sep->se_accept_max = (size_t)strtou(cp1, NULL, 10, 0,
sep->se_service_max = (size_t)strtou(cp1, NULL, 10, 0,
size_t count = (size_t)strtou(count_str, NULL, 10, 0,
size_t count = (size_t)strtou(count_str, NULL, 10, 0,
size_t count = (size_t)strtou(count_str, NULL, 10, 0,
strtou(dev+len, &endp, 10, 0, INT_MAX, &e);
n = strtou(p+1, &endp, 10, 0, INT_MAX, &e);
n = strtou(p+1, &endp, 10, 0, INT_MAX, &e);
n = strtou(p+1, &endp, 10, 0, INT_MAX, &e);