Mercurial > hg > octave-nkf > gnulib-hg
view lib/utimens.h @ 5585:adff74659d81
Use an all-permissive copyright notice, recommended by RMS.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 18 Jan 2005 13:07:56 +0000 |
parents | d6d3ae5214c8 |
children | ca249819379f |
line wrap: on
line source
#include "timespec.h" int futimens (int, char const *, struct timespec const [2]); int utimens (char const *, struct timespec const [2]);