摘要: #include "ctype.h" int strnicmp(char *s1, char __code *s2, int len){ unsigned char c1, c2; if(!len) return 0; do{ c1 = *s1++; c2 = *s2++; if (!c1 || ! 阅读全文
posted @ 2018-04-13 09:22 Andy_zeng 阅读(2304) 评论(1) 推荐(0) 编辑