strtoumax
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/strtoumax.html
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
errno
to EINVAL
on some platforms. Portable programs should check
for no conversion by comparing str
to *endptr
, not by
inspecting errno
.