blob: aab9039f3886e81e0c6c2eece50e53fee9cd9925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#if !defined ISO && !defined ISO99 && !defined ISO11
type {struct utimbuf}
element {struct utimbuf} time_t actime
element {struct utimbuf} time_t modtime
type time_t
function int utime (const char*, const struct utimbuf*)
allow utim_*
allow *_t
#endif
|