home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-inclib.lha / gnu / include / values.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-23  |  137 b   |  12 lines

  1. /* a little present for C++ .. */
  2.  
  3. #ifndef _VALUES_H
  4. #define _VALUES_H
  5.  
  6. #include <float.h>
  7. #include <limits.h>
  8.  
  9. #endif    /* _VALUES_H */
  10.  
  11.  
  12.