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

License:
GPL

Maintainer:
Jim Meyering

