modules/valgrind-tests (configure.ac): Invoke gl_VALGRIND_TESTS.
[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 lib/uinttostr.c
11 m4/inttostr.m4
12
13 Depends-on:
14 intprops
15 stdint
16 verify
17
18 configure.ac:
19 gl_INTTOSTR
20
21 Makefile.am:
22
23 Include:
24 "inttostr.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Paul Eggert