home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
fileutil
/
diff.lzh
/
DIFF
/
STAT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-08-16
|
98b
|
9 lines
#include <fcntl.h>
struct stat {
long st_attr;
long st_mtime;
long st_size;
long st_type;
};