stpncpy: Allow stpncpy to be defined as a macro.
[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 verify
18
19 configure.ac:
20 gl_INTTOSTR
21
22 Makefile.am:
23 lib_SOURCES += \
24   imaxtostr.c \
25   inttostr.c \
26   offtostr.c \
27   uinttostr.c \
28   umaxtostr.c
29
30 Include:
31 "inttostr.h"
32
33 License:
34 LGPL
35
36 Maintainer:
37 Paul Eggert