masters-thesis/listings/timespec.c

5 lines
117 B
C

struct timespec {
time_t tv_sec; /* seconds */
long tv_nsec; /* nanoseconds */
};