25 lines
259 B
Plaintext
25 lines
259 B
Plaintext
Description:
|
|
Convert string to 'uintmax_t', with error checking.
|
|
|
|
Files:
|
|
lib/xstrtoumax.c
|
|
|
|
Depends-on:
|
|
xstrtol
|
|
inttypes-incomplete
|
|
strtoumax
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtoumax.c
|
|
|
|
Include:
|
|
"xstrtol.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|