git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / xstrtoumax
bloba70dcd0d2f23c768f25d51797a4d35cf1f58d923
1 Description:
2 Convert string to 'uintmax_t', with error checking.
4 Files:
5 lib/xstrtoumax.c
7 Depends-on:
8 xstrtol
9 inttypes-incomplete
10 strtoumax
12 configure.ac:
14 Makefile.am:
15 lib_SOURCES += xstrtoumax.c
17 Include:
18 "xstrtol.h"
20 License:
21 GPL
23 Maintainer:
24 Paul Eggert