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

  1. /***
  2. *fstati64.c - return file status info
  3. *
  4. *       Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       defines _fstati64() - return file status info
  8. *
  9. *******************************************************************************/
  10.  
  11. #define _USE_INT64  1
  12.  
  13. #include "fstat.c"
  14.