1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/human
Bruno Haible 0491c12440 New module 'localeconv'.
* lib/locale.in.h (localeconv): New declaration.
* lib/localeconv.c: New file.
* m4/localeconv.m4: New file.
* m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize GNULIB_LOCALECONV,
REPLACE_LOCALECONV.
* modules/locale (Makefile.am): Substitute GNULIB_LOCALECONV,
REPLACE_LOCALECONV.
* modules/localeconv: New file.
* modules/nl_langinfo (Depends-on): Add localeconv.
* modules/human (Depends-on): Likewise.
* doc/posix-functions/localeconv.texi: Mention the new module.
2012-03-25 15:19:45 +02:00

34 lines
354 B
Plaintext

Description:
Convert a number (usually a file size) to a human readable string, possibly
with K/M/G suffix.
Files:
lib/human.h
lib/human.c
m4/human.m4
Depends-on:
argmatch
error
intprops
localeconv
memmove
xstrtoumax
stdbool
stdint
configure.ac:
gl_HUMAN
Makefile.am:
lib_SOURCES += human.c
Include:
"human.h"
License:
GPL
Maintainer:
Paul Eggert