summaryrefslogtreecommitdiff
path: root/modules/human
blob: a281fa4bf0f87fb2a4e2b0d9f8209e5de3aab629 (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
35
36
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
m4/human.m4

Depends-on:
argmatch
error
intprops
localeconv
memmove
xstrtoumax
stdbool
stdint

configure.ac:
gl_HUMAN

Makefile.am:
lib_SOURCES += human.c

Include:
"human.h"

Link:
$(MBRTOWC_LIB)

License:
GPL

Maintainer:
Paul Eggert