NetBSD/gnu/dist/include/mpw/utime.h
1997-09-24 15:39:15 +00:00

8 lines
95 B
C

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