blitz Version 0.9
blitz/wrap-climits.h
Go to the documentation of this file.
00001 #ifndef BZ_WRAP_CLIMITS_H
00002 #define BZ_WRAP_CLIMITS_H
00003 
00004 #ifdef BZ_HAVE_CLIMITS
00005  #include <climits>
00006 #else
00007  #include <limits.h>
00008 #endif
00009 
00010 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines