source:
branches/libc-0.6/src/binutils/include/mpw/utime.h
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 95 bytes |
Line | |
---|---|
1 | |
2 | struct utimbuf { |
3 | time_t actime; |
4 | time_t modtime; |
5 | }; |
6 | |
7 | int utime (char *, struct utimbuf *); |
Note:
See TracBrowser
for help on using the repository browser.