utimbuf
int utime(const char *, const struct utimbuf *);
utime(const char *path, const struct utimbuf *times)
if (times == (struct utimbuf *) NULL)
int (*utime)(const char *, struct utimbuf *);
struct utimbuf tbuf;