mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
26 lines
239 B
Plaintext
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
|