/* * utime.h */ #ifndef _UTIME_H #define _UTIME_H #include #include #include __extern int utime(const char *, const struct utimbuf *); #endif /* _UTIME_H */