iconv-h: Fix module description.
[gnulib.git] / modules / human
blob58b1b79ca3db21dc0071d503d22cd6fd95b94e5a
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 localeconv
15 memmove
16 xstrtoumax
17 stdbool
18 stdint
20 configure.ac:
21 gl_HUMAN
23 Makefile.am:
24 lib_SOURCES += human.c
26 Include:
27 "human.h"
29 Link:
30 $(LIB_MBRTOWC)
32 License:
33 GPL
35 Maintainer:
36 Paul Eggert