1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/inttostr
Simon Josefsson 297d0845e0 inttostr: Relax license.
* modules/inttostr (License): Change from LGPL to LGPLv2+.
2012-10-03 20:10:23 +02:00

37 lines
412 B
Plaintext

Description:
Convert integers to printable strings.
Files:
lib/anytostr.c
lib/imaxtostr.c
lib/inttostr.c
lib/inttostr.h
lib/offtostr.c
lib/umaxtostr.c
lib/uinttostr.c
m4/inttostr.m4
Depends-on:
intprops
stdint
configure.ac:
gl_INTTOSTR
Makefile.am:
lib_SOURCES += \
imaxtostr.c \
inttostr.c \
offtostr.c \
uinttostr.c \
umaxtostr.c
Include:
"inttostr.h"
License:
LGPLv2+
Maintainer:
Paul Eggert