Add a Maintainer.
[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/ulonglong.m4
9 m4/stdint_h.m4
10 m4/inttypes_h.m4
11 m4/uintmax_t.m4
12 m4/human.m4
13
14 Depends-on:
15 gettext
16 argmatch
17 error
18 xstrtol
19
20 configure.ac:
21 gl_HUMAN
22
23 Makefile.am:
24 lib_SOURCES += human.h human.c
25
26 Include:
27 "human.h"
28
29 Maintainer:
30 Paul Eggert
31