Add a Maintainer.
[gnulib.git] / modules / strtoumax
1 Description:
2 strtoumax() function: convert string to 'uintmax_t'.
3
4 Files:
5 lib/strtoumax.c
6 m4/ulonglong.m4
7 m4/stdint_h.m4
8 m4/inttypes_h.m4
9 m4/uintmax_t.m4
10 m4/strtoumax.m4
11
12 Depends-on:
13 strtoimax
14 strtoull
15
16 configure.ac:
17 gl_FUNC_STRTOUMAX
18
19 Makefile.am:
20
21 Include:
22
23 Maintainer:
24 Paul Eggert
25