CS350 COS
COS
Loading...
Searching...
No Matches
timespec.h
Go to the documentation of this file.
1
2#ifndef __SYS_TIMESPEC_H__
3#define __SYS_TIMESPEC_H__
4
5#include <sys/types.h>
6
7struct timespec {
9 long tv_nsec;
10};
11
12#endif /* __SYS_TIMESPEC_H__ */
13
long tv_nsec
Definition: timespec.h:9
time_t tv_sec
Definition: timespec.h:8
uint64_t time_t
Definition: types.h:25