Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / modules / xstrtoumax
1 Description:
2 Convert string to 'uintmax_t', with error checking.
3
4 Files:
5 lib/xstrtoumax.c
6
7 Depends-on:
8 xstrtol
9 strtoumax
10
11 configure.ac:
12
13 Makefile.am:
14 lib_SOURCES += xstrtoumax.c
15
16 Include:
17 "xstrtol.h"
18
19 License:
20 GPL
21
22 Maintainer:
23 Paul Eggert