view lib/utimens.h @ 11527:4fe203c3f828

Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 May 2009 18:01:52 +0200
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]);