想人陪枫叶

文章
4
资源
0
加入时间
3年0月21天

常见字符串函数

#include <stdio.h>#include <assert.h>#include <string.h>#include <stdlib.h>// 内存copy函数void *my_memcpy(void *dest, const void *src, int n){ assert((NULL != dest