📄 strcmps.txt
字号:
SUMMARY
#include <tools.h>
strcmps (p1, p2)
register char *p1, *p2;
strcmpis (p1, p2)
register char *p1, *p2;
DESCRIPTION
strcmps - compare strings and ignore spaces
compare two strings, ignoring white space, case is significant, return
0 if identical, <>0 otherwise
compare two strings, ignoring white space, case is not significant, return
0 if identical, <>0 otherwise
RETURN VALUE
IMPLEMENTATION
SEE ALSO
NOTE
EXAMPLE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -