1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #ifndef _STLP_CSTRING
- #ifndef _STLP_OUTERMOST_HEADER_ID
- # define _STLP_OUTERMOST_HEADER_ID 0x117
- # define _STLP_CSTRING
- # include <stl/_prolog.h>
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID == 0x117)
- # ifndef _STLP_INTERNAL_CSTRING
- # include <stl/_cstring.h>
- # endif
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID != 0x117) || defined (_STLP_IMPORT_VENDOR_STD)
- # if defined (_STLP_HAS_INCLUDE_NEXT)
- # include_next <cstring>
- # else
- # include _STLP_NATIVE_CPP_C_HEADER(cstring)
- # endif
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID == 0x117)
- # include <stl/_epilog.h>
- # undef _STLP_OUTERMOST_HEADER_ID
- #endif
- #endif
|