cstring
来自「symbian 上的stl_port进过编译的。」· 代码 · 共 57 行
TXT
57 行
using _STLP_VENDOR_CSTD::size_t;#if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)# if defined (__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os# undef memcpy# undef memmoveinline void* memcpy(void* dst, const void* src, size_t len){ return _STLP_VENDOR_CSTD::__memcpy(dst, src, len); }inline void* memmove(void* dst, const void* src, size_t len){ return _STLP_VENDOR_CSTD::__memmove(dst, src, len); }# elseusing _STLP_VENDOR_CSTD::memmove;using _STLP_VENDOR_CSTD::memcpy;# endif# if !defined (_STLP_WCE)// these functions just don't exist on Windows CEusing _STLP_VENDOR_CSTD::strcoll;using _STLP_VENDOR_CSTD::strerror;using _STLP_VENDOR_CSTD::strxfrm;# endif# if defined (__BORLANDC__)extern "C++" {# endifusing _STLP_VENDOR_CSTD::memchr;using _STLP_VENDOR_CSTD::strchr;using _STLP_VENDOR_CSTD::strpbrk;using _STLP_VENDOR_CSTD::strrchr;using _STLP_VENDOR_CSTD::strstr;# if defined (__BORLANDC__)}# endifusing _STLP_VENDOR_CSTD::memcmp;using _STLP_VENDOR_CSTD::memset;using _STLP_VENDOR_CSTD::strcat;# if !defined (strcmp)using _STLP_VENDOR_CSTD::strcmp;# endif# if !defined (strcpy)using _STLP_VENDOR_CSTD::strcpy;# endifusing _STLP_VENDOR_CSTD::strcspn;using _STLP_VENDOR_CSTD::strlen;using _STLP_VENDOR_CSTD::strncat;using _STLP_VENDOR_CSTD::strncmp;using _STLP_VENDOR_CSTD::strncpy;using _STLP_VENDOR_CSTD::strspn;using _STLP_VENDOR_CSTD::strtok;#endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?