4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 03:19:54 +08:00
1999-05-03 07:29:06 +00:00

8 lines
95 B
C

struct utimbuf {
time_t actime;
time_t modtime;
};
int utime (char *, struct utimbuf *);