home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (South-Africa) 2001 June
/
PCFJune.iso
/
Xenon
/
C++
/
FreeCommandLineTools.exe
/
Include
/
string.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
|
288 b
|
12 lines
/* String.h - stub redirector for either _str.h or string.stl
*/
#if !defined(__cplusplus)
# include <_str.h>
#else /* __cplusplus */
# include <_str.h>
# if defined(__USING_STD_NAMES__)
# include <string.stl>
# endif /* __USING_STD_NAMES__ */
#endif /* __cplusplus */