acadia-newlib/include/mpw/utime.h

8 lines
95 B
C
Raw Normal View History

1999-05-03 00:29:06 -07:00
struct utimbuf {
time_t actime;
time_t modtime;
};
int utime (char *, struct utimbuf *);