mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
27 lines
271 B
Plaintext
27 lines
271 B
Plaintext
Description:
|
|
Convert string to 'uintmax_t', with error checking.
|
|
|
|
Files:
|
|
lib/xstrtoumax.c
|
|
m4/xstrtoumax.m4
|
|
|
|
Depends-on:
|
|
xstrtol
|
|
strtoumax
|
|
|
|
configure.ac:
|
|
gl_XSTRTOUMAX
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtoumax.c
|
|
|
|
Include:
|
|
"xstrtol.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|
|
|