view modules/human @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 7dbecbf765a8
children
line wrap: on
line source

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