home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 May
/
MICD_2000_05.iso
/
CBuilder5
/
INSTALL
/
DATA1.CAB
/
Program_Built_Files
/
Include
/
limits.h
< prev
next >
Wrap
Text File
|
2000-02-01
|
288b
|
12 lines
/* Limits.h - stub redirector for either _lim.h or limits.stl
*/
#if !defined(__cplusplus)
# include <_lim.h>
#else /* __cplusplus */
# include <_lim.h>
# if defined(__USING_STD_NAMES__)
# include <limits.stl>
# endif /* __USING_STD_NAMES__ */
#endif /* __cplusplus */