glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / human
blob2ad48f28fb048f9d19bb114e1aaf8c9ca035f7ef
1 Description:
2 Convert a number (usually a file size) to a human readable string, possibly
3 with K/M/G suffix.
5 Files:
6 lib/human.h
7 lib/human.c
8 m4/human.m4
10 Depends-on:
11 argmatch
12 error
13 intprops
14 localeconv
15 memmove
16 xstrtoumax
17 stdbool
18 stdint
20 configure.ac:
21 gl_HUMAN
23 Makefile.am:
24 lib_SOURCES += human.c
26 Include:
27 "human.h"
29 License:
30 GPL
32 Maintainer:
33 Paul Eggert