view modules/utime @ 6424:2a4ec3c897cc

.
author Karl Berry <karl@freefriends.org>
date Sun, 23 Oct 2005 07:30:40 +0000
parents 42b53a22aee5
children cb5141654dbb
line wrap: on
line source

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