发布时间:2014-11-07 15:53:42
原文:http://blog.csdn.net/General1982/archive/2009/03/21/4012566.aspx bcmp原型:extern int bcmp(const void *s1, const void *s2, int n);用法:#include <string.h>功能:比较字符串s1和s2的前n个字节是否相等说明:如果s1=s2或n=0则返回零,否则返回非零值。bcmp不检查NULL。bcopy &.........【阅读全文】