home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
comm
/
amitcp-sdk-4.0.lha
/
AmiTCP-SDK
/
netinclude
/
stat.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-04
|
339 b
|
15 lines
#ifndef STAT_H
#define STAT_H \
"$Id: stat.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $ "
/*
* Unix compatible stat()
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef SYS_STAT_H
#include <sys/stat.h>
#endif
#endif