Use GL_LINK_WARNING in the generated inttypes.h.
[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 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
18
19 Makefile.am:
20
21 Include:
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert