1utime.h(3HEAD) Headers utime.h(3HEAD)
2
3
4
6 utime.h, utime - access and modification times structure
7
9 #include <utime.h>
10
11
13 The <utime.h> header declares the structure utimbuf, which includes the
14 following members:
15
16 time_t actime /* access time */
17 time_t modtime /* modification time */
18
19
20
21 The times are measured in seconds since the Epoch.
22
23
24 The type time_t is defined as described in <sys/types.h>.
25
27 See attributes(5) for descriptions of the following attributes:
28
29
30
31
32 ┌─────────────────────────────┬─────────────────────────────┐
33 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
34 ├─────────────────────────────┼─────────────────────────────┤
35 │Interface Stability │Standard │
36 └─────────────────────────────┴─────────────────────────────┘
37
39 utime(2), types.h(3HEAD), attributes(5), standards(5)
40
41
42
43SunOS 5.11 10 Sep 2004 utime.h(3HEAD)