home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / cfloat.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  324 b   |  19 lines

  1. /*  cfloat.h
  2.  
  3.     Standard C header file wrapper for float.h
  4. */
  5.  
  6. /*
  7.  *      C/C++ Run Time Library - Version 10.0
  8.  *
  9.  *      Copyright (c) 1997, 2000 by Inprise Corporation
  10.  *      All Rights Reserved.
  11.  *
  12.  */
  13.  
  14. /* $Revision:   9.0  $ */
  15.  
  16. #define  __USING_CNAME__
  17. #include <float.h>
  18. #undef   __USING_CNAME__
  19.