![]() |
|||||
|
#include <sys/time.h>
This structure represents the time, in seconds and microseconds, since Jan. 1, 1970, in UTC. Returned by the gettimeofday() function.
Public Attributes | |
long | tv_sec |
long | tv_usec |
long tv_sec |
The number of seconds, since Jan. 1, 1970, in the time value.
Referenced by getrusage(), and gettimeofday().
long tv_usec |
The number of microseconds in the time value.
Referenced by getrusage(), and gettimeofday().
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2010 |