摘要:
1.使用C语言完成strcpy函数 #include<stdio.h> #include<assert.h> #include<string.h> char *Strcpy(char *dest,const char *src) { assert((src == NULL)||(dest == NU 阅读全文
posted @ 2020-07-02 14:20
是小邹啊
阅读(607)
评论(0)
推荐(0)
|
摘要:
1.使用C语言完成strcpy函数 #include<stdio.h> #include<assert.h> #include<string.h> char *Strcpy(char *dest,const char *src) { assert((src == NULL)||(dest == NU 阅读全文
posted @ 2020-07-02 14:20
是小邹啊
阅读(607)
评论(0)
推荐(0)
|