home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / cfloat < prev    next >
Text File  |  1998-06-16  |  296b  |  16 lines

  1. // cfloat standard header
  2.  
  3. #if     _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6.  
  7. #ifndef _CFLOAT_
  8. #define _CFLOAT_
  9. #include <float.h>
  10. #endif /* _CFLOAT_ */
  11.  
  12. /*
  13.  * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
  14.  * Consult your license regarding permissions and restrictions.
  15.  */
  16.