mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/timespec.h (dtotimespec): New decl. * lib/dtotimespec.c, modules/dtotimespec: New files.
26 lines
239 B
Plaintext
26 lines
239 B
Plaintext
Description:
|
|
Convert double to timespec.
|
|
|
|
Files:
|
|
lib/dtotimespec.c
|
|
|
|
Depends-on:
|
|
intprops
|
|
timespec
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += dtotimespec.c
|
|
|
|
Include:
|
|
"timespec.h"
|
|
|
|
Link:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|