cstring.h

00001 using _STLP_VENDOR_CSTD::size_t;
00002 
00003 #  ifndef _STLP_NO_CSTD_FUNCTION_IMPORTS
00004 #   if defined(__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os
00005 #    undef memcpy
00006 #    undef memmove
00007 inline void* memcpy(void* dst, const void* src, size_t len)
00008 {
00009         return _STLP_VENDOR_CSTD::__memcpy(dst, src, len);
00010 }
00011 inline void* memmove(void* dst, const void* src, size_t len)
00012 {
00013         return _STLP_VENDOR_CSTD::__memmove(dst, src, len);
00014 }
00015 #   else
00016 
00017  using _STLP_VENDOR_CSTD::memmove;
00018  using _STLP_VENDOR_CSTD::memcpy;
00019 
00020 #   endif
00021 
00022 # if ! defined (__BORLANDC__)
00023 using _STLP_VENDOR_CSTD::memchr;
00024 using _STLP_VENDOR_CSTD::strchr;
00025 using _STLP_VENDOR_CSTD::strpbrk;
00026 using _STLP_VENDOR_CSTD::strrchr;
00027 using _STLP_VENDOR_CSTD::strstr;
00028 # endif
00029 
00030 using _STLP_VENDOR_CSTD::memcmp;
00031 using _STLP_VENDOR_CSTD::memset;
00032 
00033 using _STLP_VENDOR_CSTD::strcat;
00034 
00035 # if !defined (strcmp)
00036 using _STLP_VENDOR_CSTD::strcmp;
00037 # endif
00038 
00039 using _STLP_VENDOR_CSTD::strcoll;
00040 # if !defined (strcpy)
00041 using _STLP_VENDOR_CSTD::strcpy;
00042 # endif
00043 using _STLP_VENDOR_CSTD::strcspn;
00044 using _STLP_VENDOR_CSTD::strerror;
00045 using _STLP_VENDOR_CSTD::strlen;
00046 using _STLP_VENDOR_CSTD::strncat;
00047 using _STLP_VENDOR_CSTD::strncmp;
00048 
00049 using _STLP_VENDOR_CSTD::strncpy;
00050 using _STLP_VENDOR_CSTD::strspn;
00051 
00052 using _STLP_VENDOR_CSTD::strtok;
00053 using _STLP_VENDOR_CSTD::strxfrm;
00054 #  endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */

Generated on Mon Jun 5 10:20:45 2006 for Intelligence.kdevelop by  doxygen 1.4.6