struct utimbuf {
  time_t actime;
  time_t modtime;
};

int utime (char *, struct utimbuf *);


syntax highlighted by Code2HTML, v. 0.9.1