home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / include / sys / stat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-21  |  351 b   |  19 lines

  1.  
  2. /*
  3.  *  STAT.H
  4.  *
  5.  *  (C) Copyright 1989-1990 by Matthew Dillon,  All Rights Reserved.
  6.  *
  7.  *  Expand as applicable for library routines in uucp:src/lib
  8.  *
  9.  *  $Header: Beta:src/uucp/src/include/sys/RCS/stat.h,v 1.1 90/02/02 11:38:48 dillon Exp Locker: dillon $
  10.  *
  11.  */
  12.  
  13. struct stat {
  14.     long    st_ino;
  15.     long    st_mtime;
  16.     long    st_ctime;
  17. };
  18.  
  19.