1<utime.h>(0P)              POSIX Programmer's Manual             <utime.h>(0P)
2
3
4

NAME

6       utime.h - access and modification times structure
7

SYNOPSIS

9       #include <utime.h>
10

DESCRIPTION

12       The  <utime.h>  header shall declare the structure utimbuf, which shall
13       include the following members:
14
15
16              time_t    actime    Access time.
17              time_t    modtime   Modification time.
18
19       The times shall be measured in seconds since the Epoch.
20
21       The type time_t shall be defined as described in <sys/types.h> .
22
23       The following shall be declared as a function and may also  be  defined
24       as a macro. A function prototype shall be provided.
25
26
27              int utime(const char *, const struct utimbuf *);
28
29       The following sections are informative.
30

APPLICATION USAGE

32       None.
33

RATIONALE

35       None.
36

FUTURE DIRECTIONS

38       None.
39

SEE ALSO

41       <sys/types.h>,  the  System  Interfaces volume of IEEE Std 1003.1-2001,
42       utime()
43
45       Portions of this text are reprinted and reproduced in  electronic  form
46       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
47       -- Portable Operating System Interface (POSIX),  The  Open  Group  Base
48       Specifications  Issue  6,  Copyright  (C) 2001-2003 by the Institute of
49       Electrical and Electronics Engineers, Inc and The Open  Group.  In  the
50       event of any discrepancy between this version and the original IEEE and
51       The Open Group Standard, the original IEEE and The Open Group  Standard
52       is  the  referee document. The original Standard can be obtained online
53       at http://www.opengroup.org/unix/online.html .
54
55
56
57IEEE/The Open Group                  2003                        <utime.h>(0P)
Impressum