/home/ntakagi/work/STLport-5.1.5/stlport/using/cstringGo to the documentation of this file.00001 using _STLP_VENDOR_CSTD::size_t; 00002 00003 #if !defined (_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 { return _STLP_VENDOR_CSTD::__memcpy(dst, src, len); } 00009 inline void* memmove(void* dst, const void* src, size_t len) 00010 { return _STLP_VENDOR_CSTD::__memmove(dst, src, len); } 00011 # else 00012 using _STLP_VENDOR_CSTD::memmove; 00013 using _STLP_VENDOR_CSTD::memcpy; 00014 # endif 00015 00016 # if !defined (_STLP_WCE) 00017 // these functions just don't exist on Windows CE 00018 using _STLP_VENDOR_CSTD::strcoll; 00019 using _STLP_VENDOR_CSTD::strerror; 00020 using _STLP_VENDOR_CSTD::strxfrm; 00021 # endif 00022 00023 # if defined (__BORLANDC__) 00024 extern "C++" { 00025 # endif 00026 using _STLP_VENDOR_CSTD::memchr; 00027 using _STLP_VENDOR_CSTD::strchr; 00028 using _STLP_VENDOR_CSTD::strpbrk; 00029 using _STLP_VENDOR_CSTD::strrchr; 00030 using _STLP_VENDOR_CSTD::strstr; 00031 # if defined (__BORLANDC__) 00032 } 00033 # endif 00034 00035 using _STLP_VENDOR_CSTD::memcmp; 00036 using _STLP_VENDOR_CSTD::memset; 00037 00038 using _STLP_VENDOR_CSTD::strcat; 00039 00040 # if !defined (strcmp) 00041 using _STLP_VENDOR_CSTD::strcmp; 00042 # endif 00043 00044 # if !defined (strcpy) 00045 using _STLP_VENDOR_CSTD::strcpy; 00046 # endif 00047 using _STLP_VENDOR_CSTD::strcspn; 00048 using _STLP_VENDOR_CSTD::strlen; 00049 using _STLP_VENDOR_CSTD::strncat; 00050 using _STLP_VENDOR_CSTD::strncmp; 00051 00052 using _STLP_VENDOR_CSTD::strncpy; 00053 using _STLP_VENDOR_CSTD::strspn; 00054 00055 using _STLP_VENDOR_CSTD::strtok; 00056 #endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */
Generated on Mon Mar 10 15:32:17 2008 by ![]() |