Distribute all lib/* source files through EXTRA_DIST.
[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 EXTRA_DIST += strtoumax.c
20
21 Include:
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert