39 lines
514 B
Plaintext
39 lines
514 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"
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|