Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

utime(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(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
Standard

See Also

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