cosmopolitan/libc/isystem/time.h

12 lines
328 B
C
Raw Normal View History

#ifndef _TIME_H
#define _TIME_H
#include "libc/calls/calls.h"
#include "libc/calls/struct/timespec.h"
#include "libc/calls/struct/timeval.h"
2022-08-06 16:56:17 +00:00
#include "libc/calls/weirdtypes.h"
2022-09-10 23:11:26 +00:00
#include "libc/sysv/consts/clock.h"
2020-06-15 14:18:57 +00:00
#include "libc/sysv/consts/sched.h"
#include "libc/sysv/consts/timer.h"
#include "libc/time.h"
#endif /* _TIME_H */