home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / include / utime.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-28  |  91 b   |  4 lines

  1. struct utimbuf { time_t actime, modtime; };
  2.  
  3. int utime(char *path, struct utimbuf *times);
  4.