prepare NEWS.stable
[gnulib.git] / modules / human
1 Description:
2 Convert a number (usually a file size) to a human readable string, possibly
3 with K/M/G suffix.
4
5 Files:
6 lib/human.h
7 lib/human.c
8 m4/human.m4
9
10 Depends-on:
11 argmatch
12 error
13 intprops
14 memmove
15 xstrtoumax
16 stdbool
17 stdint
18
19 configure.ac:
20 gl_HUMAN
21
22 Makefile.am:
23 lib_SOURCES += human.c
24
25 Include:
26 "human.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Paul Eggert