sl@0: using _STLP_VENDOR_CSTD::size_t; sl@0: sl@0: #if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) sl@0: # if defined (__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os sl@0: # undef memcpy sl@0: # undef memmove sl@0: inline void* memcpy(void* dst, const void* src, size_t len) sl@0: { return _STLP_VENDOR_CSTD::__memcpy(dst, src, len); } sl@0: inline void* memmove(void* dst, const void* src, size_t len) sl@0: { return _STLP_VENDOR_CSTD::__memmove(dst, src, len); } sl@0: # else sl@0: using _STLP_VENDOR_CSTD::memmove; sl@0: using _STLP_VENDOR_CSTD::memcpy; sl@0: # endif sl@0: sl@0: # if !defined (_STLP_WCE) sl@0: // these functions just don't exist on Windows CE sl@0: using _STLP_VENDOR_CSTD::strcoll; sl@0: using _STLP_VENDOR_CSTD::strerror; sl@0: using _STLP_VENDOR_CSTD::strxfrm; sl@0: # endif sl@0: sl@0: # if defined (__BORLANDC__) sl@0: extern "C++" { sl@0: # endif sl@0: using _STLP_VENDOR_CSTD::memchr; sl@0: using _STLP_VENDOR_CSTD::strchr; sl@0: using _STLP_VENDOR_CSTD::strpbrk; sl@0: using _STLP_VENDOR_CSTD::strrchr; sl@0: using _STLP_VENDOR_CSTD::strstr; sl@0: # if defined (__BORLANDC__) sl@0: } sl@0: # endif sl@0: sl@0: using _STLP_VENDOR_CSTD::memcmp; sl@0: using _STLP_VENDOR_CSTD::memset; sl@0: sl@0: using _STLP_VENDOR_CSTD::strcat; sl@0: sl@0: # if !defined (strcmp) sl@0: using _STLP_VENDOR_CSTD::strcmp; sl@0: # endif sl@0: sl@0: # if !defined (strcpy) sl@0: using _STLP_VENDOR_CSTD::strcpy; sl@0: # endif sl@0: using _STLP_VENDOR_CSTD::strcspn; sl@0: using _STLP_VENDOR_CSTD::strlen; sl@0: using _STLP_VENDOR_CSTD::strncat; sl@0: using _STLP_VENDOR_CSTD::strncmp; sl@0: sl@0: using _STLP_VENDOR_CSTD::strncpy; sl@0: using _STLP_VENDOR_CSTD::strspn; sl@0: sl@0: using _STLP_VENDOR_CSTD::strtok; sl@0: #endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */