1utime.h(3HEAD)                      Headers                     utime.h(3HEAD)
2
3
4

NAME

6       utime.h, utime - access and modification times structure
7

SYNOPSIS

9       #include <utime.h>
10
11

DESCRIPTION

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

ATTRIBUTES

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

SEE ALSO

39       utime(2), types.h(3HEAD), attributes(5), standards(5)
40
41
42
43SunOS 5.11                        10 Sep 2004                   utime.h(3HEAD)
Impressum