1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/timespec-add
T
Paul Eggert d959e39cbd stdckdint: use in more modules
* lib/nstrftime.c (__strftime_internal):
* lib/timespec-add.c (timespec_add):
* lib/timespec-sub.c (timespec_sub):
* lib/xstrtol.c (bkm_scale):
Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h.
* modules/nstrftime, modules/timespec-add, modules/timespec-sub:
* modules/xstrtol:
(Depends-on): Add stdckdint.
2023-05-17 12:49:42 -07:00

28 lines
248 B
Plaintext

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