verify: new macro 'assume'
[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 localeconv
15 memmove
16 xstrtoumax
17 stdbool
18 stdint
19
20 configure.ac:
21 gl_HUMAN
22
23 Makefile.am:
24 lib_SOURCES += human.c
25
26 Include:
27 "human.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Paul Eggert