cosmopolitan/libc/isystem/time.h

13 lines
366 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 09:56:17 -07:00
#include "libc/calls/weirdtypes.h"
2022-09-10 16:11:26 -07:00
#include "libc/sysv/consts/clock.h"
2020-06-15 07:18:57 -07:00
#include "libc/sysv/consts/sched.h"
#include "libc/sysv/consts/timer.h"
#include "libc/time/struct/tm.h"
2020-06-15 07:18:57 -07:00
#include "libc/time/time.h"
#endif /* _TIME_H */