home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / uucp_442 / src / include / sys / stat.h < prev    next >
C/C++ Source or Header  |  1990-02-02  |  351b  |  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.