view modules/human @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents 7dbecbf765a8
children
line wrap: on
line source

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"

License:
GPL

Maintainer:
Paul Eggert