source: XMLIO_V2/external/include/blitz/wrap-climits.h @ 80

Last change on this file since 80 was 80, checked in by ymipsl, 14 years ago

ajout lib externe

  • Property svn:eol-style set to native
File size: 138 bytes
Line 
1#ifndef BZ_WRAP_CLIMITS_H
2#define BZ_WRAP_CLIMITS_H
3
4#ifdef BZ_HAVE_CLIMITS
5 #include <climits>
6#else
7 #include <limits.h>
8#endif
9
10#endif
Note: See TracBrowser for help on using the repository browser.