1 using _STLP_VENDOR_CSTD::size_t;
 
     3 #  ifndef _STLP_NO_CSTD_FUNCTION_IMPORTS
 
     4 #   if defined(__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os
 
     7 inline void* memcpy(void* dst, const void* src, size_t len)
 
     9 	return _STLP_VENDOR_CSTD::__memcpy(dst, src, len);
 
    11 inline void* memmove(void* dst, const void* src, size_t len)
 
    13 	return _STLP_VENDOR_CSTD::__memmove(dst, src, len);
 
    17  using _STLP_VENDOR_CSTD::memmove;
 
    18  using _STLP_VENDOR_CSTD::memcpy;
 
    22 # if ! defined (__BORLANDC__)
 
    23 using _STLP_VENDOR_CSTD::memchr;
 
    24 using _STLP_VENDOR_CSTD::strchr;
 
    25 using _STLP_VENDOR_CSTD::strpbrk;
 
    26 using _STLP_VENDOR_CSTD::strrchr;
 
    27 using _STLP_VENDOR_CSTD::strstr;
 
    30 using _STLP_VENDOR_CSTD::memcmp;
 
    31 using _STLP_VENDOR_CSTD::memset;
 
    33 using _STLP_VENDOR_CSTD::strcat;
 
    35 # if !defined (strcmp)
 
    36 using _STLP_VENDOR_CSTD::strcmp;
 
    39 using _STLP_VENDOR_CSTD::strcoll;
 
    40 # if !defined (strcpy)
 
    41 using _STLP_VENDOR_CSTD::strcpy;
 
    43 using _STLP_VENDOR_CSTD::strcspn;
 
    44 using _STLP_VENDOR_CSTD::strerror;
 
    45 using _STLP_VENDOR_CSTD::strlen;
 
    46 using _STLP_VENDOR_CSTD::strncat;
 
    47 using _STLP_VENDOR_CSTD::strncmp;
 
    49 using _STLP_VENDOR_CSTD::strncpy;
 
    50 using _STLP_VENDOR_CSTD::strspn;
 
    52 using _STLP_VENDOR_CSTD::strtok;
 
    53 using _STLP_VENDOR_CSTD::strxfrm;
 
    54 #  endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */