Next: posix time timespec, Up: posix time [Index]
struct-timevalScheme level representation of struct timeval, (libc)struct timeval.  It has the
following fields:
tv_secExact integer, represents a count of seconds.
tv_usecExact 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.