cosmopolitan/libc/isystem/time.h

12 lines
348 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_TIME_H_
#define LIBC_ISYSTEM_TIME_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/struct/tm.h"
2020-06-15 14:18:57 +00:00
#include "libc/time/time.h"
#endif