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(5) for descriptions of the following attributes:
|
utime(2), types.h(3HEAD), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |