home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / stati64.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  308b  |  14 lines

  1. /***
  2. *stati64.c - get file status
  3. *
  4. *       Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       Defines _stati64() - get file status
  8. *
  9. *******************************************************************************/
  10.  
  11. #define _USE_INT64  1
  12.  
  13. #include "stat.c"
  14.