home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (South-Africa) 2001 June
/
PCFJune.iso
/
Xenon
/
C++
/
FreeCommandLineTools.exe
/
Include
/
memory.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-31
|
323 b
|
13 lines
/* Memory.h - stub redirector for either mem.h or memory.stl
*/
#if !defined(__cplusplus)
# include <mem.h>
#else /* __cplusplus */
# if !defined(__USING_STD_NAMES__)
# include <mem.h>
# else /* __USING_STD_NAMES__ */
# include <memory.stl>
# endif /* __USING_STD_NAMES__ */
#endif /* __cplusplus */