摘要: 1/* 2 man 3 strlen strcpy strcmp strcat 查看功能是什么,并自定义函数,与之功能一至 3 */ 4 5 #include<stdio.h> 6 7 8 int strlen_1(const char *p); 9 char *strcpy(char *p,con 阅读全文
posted @ 2019-01-21 20:35 yunge123 阅读(74) 评论(0) 推荐(0)