1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Description: utime() function: change access and/or modification times of a file. Files: lib/utime.c m4/utimbuf.m4 m4/utime.m4 m4/utimes.m4 m4/utimes-null.m4 Depends-on: safe-read full-write configure.ac: gl_FUNC_UTIME Makefile.am: Include: #if HAVE_UTIME_H # include <utime.h> #else # include <sys/utime.h> #endif Maintainer: Jim Meyering