git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / human
blob2216ca4e6ef2e54638d282204f087d52ffd7700c
1 Description:
2 Convert a number (usually a file size) to a human readable string, possibly
3 with K/M/G suffix.
5 Files:
6 lib/human.h
7 lib/human.c
8 m4/human.m4
10 Depends-on:
11 argmatch
12 error
13 intprops
14 memmove
15 xstrtoumax
16 stdbool
17 stdint
19 configure.ac:
20 gl_HUMAN
22 Makefile.am:
24 Include:
25 "human.h"
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert