unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / human
blob0c09f8206c9b87d377c30e017afd621d060a17c2
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 Link:
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
31 $(MBRTOWC_LIB)
32 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
34 License:
35 GPL
37 Maintainer:
38 Paul Eggert