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 >
Wrap
C/C++ Source or Header
|
1990-02-02
|
351b
|
19 lines
/*
* STAT.H
*
* (C) Copyright 1989-1990 by Matthew Dillon, All Rights Reserved.
*
* Expand as applicable for library routines in uucp:src/lib
*
* $Header: Beta:src/uucp/src/include/sys/RCS/stat.h,v 1.1 90/02/02 11:38:48 dillon Exp Locker: dillon $
*
*/
struct stat {
long st_ino;
long st_mtime;
long st_ctime;
};