* modules/inttostr (EXTRA_DIST): Move inttostr.c here....
[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/uintmax_t.m4
13
14 Depends-on:
15
16 configure.ac:
17 gl_INTTOSTR
18
19 Makefile.am:
20 EXTRA_DIST += inttostr.c
21 lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
22
23 Include:
24 "inttostr.h"
25
26 Maintainer:
27 Paul Eggert