mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* MODULES.html.sh (Numeric conversion functions <stdlib.h>): Add intprops. * modules/getloadavg (Files): Remove lib/intprops.h. (Depends-on): Add intprops. * modules/human: Likewise. * modules/inttostr: Likewise. * modules/openat: Likewise. * modules/sig2str: Likewise. * modules/userspec: Likewise. * modules/utimecmp: Likewise. * modules/xnanosleep: Likewise. * modules/xstrtol: Likewise.
35 lines
396 B
Plaintext
35 lines
396 B
Plaintext
Description:
|
|
Convert integers to printable strings.
|
|
|
|
Files:
|
|
lib/imaxtostr.c
|
|
lib/inttostr.c
|
|
lib/inttostr.h
|
|
lib/offtostr.c
|
|
lib/umaxtostr.c
|
|
m4/intmax_t.m4
|
|
m4/inttostr.m4
|
|
m4/inttypes_h.m4
|
|
m4/longlong.m4
|
|
m4/stdint_h.m4
|
|
m4/uintmax_t.m4
|
|
m4/ulonglong.m4
|
|
|
|
Depends-on:
|
|
intprops
|
|
|
|
configure.ac:
|
|
gl_INTTOSTR
|
|
|
|
Makefile.am:
|
|
EXTRA_DIST += inttostr.c
|
|
|
|
Include:
|
|
"inttostr.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|