home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d281
/
diff.lha
/
Diff
/
stat.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-11-20
|
98b
|
9 lines
#include <fcntl.h>
struct stat {
long st_attr;
long st_mtime;
long st_size;
long st_type;
};