STRTOL_ULONG_MAX
cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base;
cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base;
return STRTOL_ULONG_MAX;