wcscmp
数学术语
strcmp, wcscmp一样都是比较字符串的
指针函数
原型
参数
int wcscmp( const wchar_t *string1, const wchar_t *string2 );
string1, string2 为以零值结尾的字符串所有版本的c
运行库
都支持
返回值
函数代码
/* STRCMP.C */
输出结果
Compare strings:
The quick brown dog jumpsover the lazy fox
The QUICK brown dog jumpsover the lazy fox
strcmp: String1 is greater than string 2
_stricmp: String 1
isequal
to string 2
参考资料
最新修订时间:2024-05-21 17:24
条目作者
小编
资深百科编辑
目录
概述
参数
函数代码
参考资料
Copyright©2024
闽ICP备2024072939号-1