repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glob: merge from glibc with Zanella glob changes
[gnulib.git]
/
modules
/
human
blob
2ad48f28fb048f9d19bb114e1aaf8c9ca035f7ef
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