strtod: fix bug in replacement function on AIX
[gnulib.git] / modules / strtoumax
1 Description:
2 strtoumax() function: convert string to 'uintmax_t'.
3
4 Files:
5 lib/strtoumax.c
6 m4/longlong.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 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
18
19 Makefile.am:
20
21 Include:
22 <inttypes.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert