* NEWS: Describe interface changes to human, xstrtol.
[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 xstrtoumax
15 stdbool
16 stdint
17
18 configure.ac:
19 gl_HUMAN
20
21 Makefile.am:
22
23 Include:
24 "human.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Paul Eggert