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