strcmps.txt

来自「dos 1.0 其中包含quick basic源代码、内存管理himem emm」· 文本 代码 · 共 34 行

TXT
34
字号

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 + =
减小字号Ctrl + -
显示快捷键?