cosmopolitan/libc/isystem/utime.h

6 lines
200 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
2022-10-05 14:13:23 +00:00
#include "libc/time/struct/utimbuf.h"
#include "libc/time/time.h"
2020-06-15 14:18:57 +00:00
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ */