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