摘要: /*strlen strcpy strcmp strcat 查看功能是什么,并自定义函数,与之功能一至*/ #include int strlen_long(char * ch); void strcpy_cpy(char * c,char * ch); int strcmp_compare(char * ch ,char * c); int strcat_link(char * sz,cha... 阅读全文
posted @ 2019-01-21 20:12 fc724 阅读(115) 评论(0) 推荐(0)