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:
C/C++ Source or Header  |  1994-10-04  |  339 b   |  15 lines

  1. #ifndef STAT_H
  2. #define STAT_H \
  3.        "$Id: stat.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $ "
  4. /*
  5.  *      Unix compatible stat()
  6.  * 
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11. #ifndef SYS_STAT_H
  12. #include <sys/stat.h>
  13. #endif
  14. #endif
  15.