摘要: 1 //strlen - calculate the length of a string// 2 3 #include 4 5 int strlens(const char *s); 6 char strcats(char *dest, const char *src); 7 8 #define NUM 100 9 10 int main(void) 11 { 12... 阅读全文
posted @ 2019-01-22 09:10 frankzsr 阅读(94) 评论(0) 推荐(0) 编辑