mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
37 lines
412 B
Plaintext
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
|