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
7
struct
timespec
{
8
time_t
tv_sec
;
9
long
tv_nsec
;
10
};
11
12
#endif
/* __SYS_TIMESPEC_H__ */
13
timespec::tv_nsec
long tv_nsec
Definition:
timespec.h:9
timespec::tv_sec
time_t tv_sec
Definition:
timespec.h:8
timespec
Definition:
timespec.h:7
time_t
uint64_t time_t
Definition:
types.h:25
sys
include
timespec.h
Generated by
1.9.6