masters-thesis/listings/timespec.c

5 lines
117 B
C
Raw Normal View History

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