* modules/intprops: New file.
[gnulib.git] / modules / inttostr
1 Description:
2 Convert integers to printable strings.
3
4 Files:
5 lib/imaxtostr.c
6 lib/inttostr.c
7 lib/inttostr.h
8 lib/offtostr.c
9 lib/umaxtostr.c
10 m4/intmax_t.m4
11 m4/inttostr.m4
12 m4/inttypes_h.m4
13 m4/longlong.m4
14 m4/stdint_h.m4
15 m4/uintmax_t.m4
16 m4/ulonglong.m4
17
18 Depends-on:
19 intprops
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