UTIME.H(3HEAD) Headers UTIME.H(3HEAD)

utime.h, utime - access and modification times structure

#include <utime.h>

The <utime.h> header declares the structure utimbuf, which includes the following members:


time_t actime     /* access time */
time_t modtime    /* modification time */

The times are measured in seconds since the Epoch.

The type time_t is defined as described in <sys/types.h>.

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Standard

utime(2), types.h(3HEAD), attributes(7), standards(7)

September 10, 2004 OmniOS