1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/timespec-sub
Paul Eggert 81979bc8e2 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.
2011-06-30 15:24:37 -07:00

26 lines
239 B
Plaintext

Description:
Subtract timespec values.
Files:
lib/timespec-sub.c
Depends-on:
intprops
timespec
configure.ac:
Makefile.am:
lib_SOURCES += timespec-sub.c
Include:
"timespec.h"
Link:
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering