timeval Struct Reference

#include <stdapis/sys/_timeval.h>

struct timeval
Public Attributes
longtv_sec
suseconds_t tv_usec

Detailed Description

Structure returned by gettimeofday(2) system call, and used in other calls.

Member Attribute Documentation

tv_sec

longtv_sec

seconds

tv_usec

suseconds_t tv_usec

and microseconds