man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2014
 
 

utime.h(3HEAD)

Name

utime.h, utime - access and modification times structure

Synopsis

#include <utime.h>

Description

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>.

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
Standard

See also

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