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: c05e08e94694ba2124f3355f4645efbf62470b8b (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif