* modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
[gnulib.git] / modules / inttostr
1 Description:
2 Convert integers to printable strings.
3
4 Files:
5 lib/imaxtostr.c
6 lib/intprops.h
7 lib/inttostr.c
8 lib/inttostr.h
9 lib/offtostr.c
10 lib/umaxtostr.c
11 m4/intmax_t.m4
12 m4/inttostr.m4
13 m4/inttypes_h.m4
14 m4/longlong.m4
15 m4/stdint_h.m4
16 m4/uintmax_t.m4
17 m4/ulonglong.m4
18
19 Depends-on:
20
21 configure.ac:
22 gl_INTTOSTR
23
24 Makefile.am:
25 EXTRA_DIST += inttostr.c
26
27 Include:
28 "inttostr.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Paul Eggert