7 lines
95 B
C
7 lines
95 B
C
|
|
struct utimbuf {
|
|
time_t actime;
|
|
time_t modtime;
|
|
};
|
|
|
|
int utime (char *, struct utimbuf *);
|