acadia-newlib/newlib/libc/include/utime.h

11 lines
165 B
C
Raw Normal View History

2000-02-17 11:39:52 -08:00
#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