Mercurial > hg > octave-lojdl > gnulib-hg
view modules/human @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | 54ca2984ef42 |
children | 7dbecbf765a8 |
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 memmove xstrtoumax stdbool stdint configure.ac: gl_HUMAN Makefile.am: lib_SOURCES += human.c Include: "human.h" License: GPL Maintainer: Paul Eggert