Handbook
Glossary
timespec>seconds ( timespec -- seconds )
Vocabulary
calendar
.
unix
Inputs
timespec
an
object
Outputs
seconds
an
object
Definition
USING:
accessors
kernel
math
;
IN:
calendar.unix
:
timespec>seconds
( timespec -- seconds )
[
sec>>
]
[
nsec>>
1000000000
/
]
bi
+
;
inline