Next: posix time timespec, Up: posix time [Index]
struct-timeval
Scheme level representation of struct timeval
, (libc)struct timeval. It has the
following fields:
tv_sec
Exact integer, represents a count of seconds.
tv_usec
Exact integer, represents a count of microseconds.
Build and return a new instance of struct-timeval
.
Return #t
if obj is an instance of struct-timeval
.
Accessors for the fields of struct-timeval
.