摘要: 1、strlen()求字符串长度 1 //模拟实现strlen函数 2 #include<stdio.h> 3 #include<stdlib.h> 4 #include<string.h> 5 #include<assert.h> 6 int my_strlen1(const char* str) 阅读全文
posted @ 2017-08-14 15:43 滴巴戈 阅读(566) 评论(0) 推荐(0) 编辑