home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / lib / g++-include / climits < prev    next >
Text File  |  1994-12-22  |  166b  |  8 lines

  1. // The -*- C++ -*- integral type limits header.
  2. // This file is part of the GNU ANSI C++ Library.
  3.  
  4. #ifndef __CLIMITS__
  5. #define __CLIMITS__
  6. #include <limits.h>
  7. #endif
  8.