#include <time.h>
Include dependency graph for gettimeofday.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | gettimeofday (struct timeval *tv, struct timezone *tz) |
|
Definition at line 58 of file gettimeofday.c. References timeval::tv_sec, and timeval::tv_usec. Referenced by ares_init_options(), time(), and wait_for_semaphore().
|