mirror of https://github.com/flysand7/ciabatta.git
7 lines
74 B
C
7 lines
74 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
struct timespec {
|
||
|
time_t tv_sec;
|
||
|
long tv_nsec;
|
||
|
};
|