view modules/human @ 40234:fab7ce42e03f

gnulib-tool: Clarify the coding style. Suggested by Pavel Raiskup <praiskup@redhat.com>. * gnulib-tool: Add comment about coding style.
author Bruno Haible <bruno@clisp.org>
date Wed, 13 Mar 2019 20:00:53 +0100
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