ciabatta/include/time.h

7 lines
74 B
C
Raw Normal View History

2023-08-27 02:51:35 +00:00
#pragma once
struct timespec {
time_t tv_sec;
long tv_nsec;
};