Mercurial > hg > octave-lojdl > gnulib-hg
view lib/utimens.h @ 9454:265fad13afeb
Fix the processing of finite numbers with the 'a' and 'A' directives.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 06 Nov 2007 00:41:57 +0100 |
parents | 6d52d75c164e |
children | 899dd13e9f8b |
line wrap: on
line source
#include <time.h> int gl_futimens (int, char const *, struct timespec const [2]); int utimens (char const *, struct timespec const [2]);