verify: new macro 'assume'
[gnulib.git] / modules / inttostr
1 Description:
2 Convert integers to printable strings.
3
4 Files:
5 lib/anytostr.c
6 lib/imaxtostr.c
7 lib/inttostr.c
8 lib/inttostr.h
9 lib/offtostr.c
10 lib/umaxtostr.c
11 lib/uinttostr.c
12 m4/inttostr.m4
13
14 Depends-on:
15 intprops
16 stdint
17
18 configure.ac:
19 gl_INTTOSTR
20
21 Makefile.am:
22 lib_SOURCES += \
23   imaxtostr.c \
24   inttostr.c \
25   offtostr.c \
26   uinttostr.c \
27   umaxtostr.c
28
29 Include:
30 "inttostr.h"
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Paul Eggert