Add and change modules to make it easier for coreutils to use
[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/strtoumax.m4
8
9 Depends-on:
10 strtoimax
11 strtoull
12 inttypes
13 stdint
14
15 configure.ac:
16 gl_FUNC_STRTOUMAX
17
18 Makefile.am:
19
20 Include:
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert