Factor int-properties macros into a single file, except for
[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/longlong.m4
14 m4/uintmax_t.m4
15
16 Depends-on:
17
18 configure.ac:
19 gl_INTTOSTR
20
21 Makefile.am:
22 EXTRA_DIST += inttostr.c
23 lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
24
25 Include:
26 "inttostr.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Paul Eggert