Welcome to mirror list, hosted at ThFree Co, Russian Federation.

utime.h « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 652891aab15664a4908ac10fe70324df1e85ab97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef __cplusplus
extern "C" {
#endif

#include <_ansi.h>

/* The utime function is defined in libc/sys/<arch>/sys if it exists. */
#include <sys/utime.h>

#ifdef __cplusplus
}
#endif