summaryrefslogtreecommitdiff
path: root/modules/human
blob: 439c32e32a01c930cb747a5a7f24aaafe7e9b4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description:
Convert a number (usually a file size) to a human readable string, possibly
with K/M/G suffix.

Files:
lib/human.h
lib/human.c
lib/intprops.h
m4/ulonglong.m4
m4/stdint_h.m4
m4/inttypes_h.m4
m4/uintmax_t.m4
m4/human.m4

Depends-on:
gettext
argmatch
error
xstrtol
stdbool

configure.ac:
gl_HUMAN

Makefile.am:

Include:
"human.h"

License:
GPL

Maintainer:
Paul Eggert