mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
37 lines
414 B
Plaintext
37 lines
414 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-h
|
|
|
|
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
|