home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 37
/
IOPROG_37.ISO
/
SOFT
/
bcpp
/
FreeCommandLineTools.exe
/
Include
/
limits.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-31
|
288 b
|
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 */