wcstub.h
来自「Symbian操作系统手机上可执行程序的安装打包程序的源码」· C头文件 代码 · 共 13 行
H
13 行
#ifdef __cplusplusextern "C" {#endifint wcsicmp(const wchar_t *s1, const wchar_t *s2);int wcsnicmp(const wchar_t *s1, const wchar_t *s2, size_t n);#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?