#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
Typedefs | |
typedef int | clockid_t |
Functions | |
int | eclock_gettime (struct timespec *tp) |
Variables | |
static struct timeval | tv |
emulates a clock_gettime call for systems not having it ----------------------------------------------------------
Definition in file eclock_gettime.c.