williamr@2: using _STLP_VENDOR_CSTD::size_t; williamr@2: williamr@2: # ifndef _STLP_NO_CSTD_FUNCTION_IMPORTS williamr@2: # if defined(__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os williamr@2: # undef memcpy williamr@2: # undef memmove williamr@2: inline void* memcpy(void* dst, const void* src, size_t len) williamr@2: { williamr@2: return _STLP_VENDOR_CSTD::__memcpy(dst, src, len); williamr@2: } williamr@2: inline void* memmove(void* dst, const void* src, size_t len) williamr@2: { williamr@2: return _STLP_VENDOR_CSTD::__memmove(dst, src, len); williamr@2: } williamr@2: # else williamr@2: williamr@2: using _STLP_VENDOR_CSTD::memmove; williamr@2: using _STLP_VENDOR_CSTD::memcpy; williamr@2: williamr@2: # endif williamr@2: williamr@2: # if ! defined (__BORLANDC__) williamr@2: using _STLP_VENDOR_CSTD::memchr; williamr@2: using _STLP_VENDOR_CSTD::strchr; williamr@2: using _STLP_VENDOR_CSTD::strpbrk; williamr@2: using _STLP_VENDOR_CSTD::strrchr; williamr@2: using _STLP_VENDOR_CSTD::strstr; williamr@2: # endif williamr@2: williamr@2: using _STLP_VENDOR_CSTD::memcmp; williamr@2: using _STLP_VENDOR_CSTD::memset; williamr@2: williamr@2: using _STLP_VENDOR_CSTD::strcat; williamr@2: williamr@2: # if !defined (strcmp) williamr@2: using _STLP_VENDOR_CSTD::strcmp; williamr@2: # endif williamr@2: williamr@2: using _STLP_VENDOR_CSTD::strcoll; williamr@2: # if !defined (strcpy) williamr@2: using _STLP_VENDOR_CSTD::strcpy; williamr@2: # endif williamr@2: using _STLP_VENDOR_CSTD::strcspn; williamr@2: using _STLP_VENDOR_CSTD::strerror; williamr@2: using _STLP_VENDOR_CSTD::strlen; williamr@2: using _STLP_VENDOR_CSTD::strncat; williamr@2: using _STLP_VENDOR_CSTD::strncmp; williamr@2: williamr@2: using _STLP_VENDOR_CSTD::strncpy; williamr@2: using _STLP_VENDOR_CSTD::strspn; williamr@2: williamr@2: using _STLP_VENDOR_CSTD::strtok; williamr@2: using _STLP_VENDOR_CSTD::strxfrm; williamr@2: # endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */