C语言string.h中的memcpy(), memmove(), memset()等函数
摘要:
#include <stdio.h> #include <string.h> //void* memchr(const void* str, int c, size_t n) //在参数 str 所指向的字符串的前 n 个字节中搜索第一次出现字符 c(一个无符号字符)的位置。 //返回一个指向匹配字 阅读全文
posted @ 2020-07-24 18:41 tongqingliu 阅读(131) 评论(0) 推荐(0) 编辑