utime(5) utime(5)
NAME
utime - access and modification times structure
SYNOPSIS
#include <utime.h>
DESCRIPTION
The <utime.h> header declares the structure utimbuf, which includes
the following members:
timet actime Access time
timet modtime Modification time
The times are measured in seconds since the Epoch.
The type timet is defined as described in <sys/types.h>.
The following is declared as a function and may also be defined as a
macro:
int utime(const char *path, const struct utimbuf *times);
SEE ALSO
utime(2), types(5).
Page 1 Reliant UNIX 5.44 Printed 11/98