home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2GNU / LGP271B.ZIP / lang / cxx / std / climits.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-26  |  166 b   |  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.