cosmopolitan/libc/time/struct/utimbuf.internal.h

10 lines
314 B
C
Raw Normal View History

#ifndef COSMOPOLITAN_LIBC_TIME_STRUCT_UTIMBUF_INTERNAL_H_
#define COSMOPOLITAN_LIBC_TIME_STRUCT_UTIMBUF_INTERNAL_H_
#include "libc/time/struct/utimbuf.h"
COSMOPOLITAN_C_START_
int sys_utime(const char *, const struct utimbuf *);
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_TIME_STRUCT_UTIMBUF_INTERNAL_H_ */