8 lines
198 B
C
8 lines
198 B
C
|
|
#ifndef CLOCK_NANOSLEEP_H
|
||
|
|
#define CLOCK_NANOSLEEP_H
|
||
|
|
|
||
|
|
int clock_nanosleep (clockid_t id, int flags, const struct timespec *ts,
|
||
|
|
struct timespec *ots);
|
||
|
|
|
||
|
|
#endif //CLOCK_NANOSLEEP_H
|