manywarnings: update C warnings for GCC 14
[gnulib.git] / modules / inttostr
blob9eecea8800cd3715f1313a33e95f2f24aa7e8b13
1 Description:
2 Convert integers to printable strings.
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
14 Depends-on:
15 intprops
16 stdint
18 configure.ac:
19 gl_INTTOSTR
21 Makefile.am:
22 lib_SOURCES += \
23   imaxtostr.c \
24   inttostr.c \
25   offtostr.c \
26   uinttostr.c \
27   umaxtostr.c
29 Include:
30 "inttostr.h"
32 License:
33 LGPLv2+
35 Maintainer:
36 Paul Eggert