C语言内存函数的具体使用-牛翰网

C语言内存函数的具体使用

目录 前言 1. memcpy 使⽤和模拟实现 1.1 memcpy的使用 1.2 memcpy模拟实现 2. memmove 使⽤和模拟实现 2.1 memmove的使用 2.2 memmove模拟实现 3. memset 函数的使⽤ 4.memcmp 函数...
C语言字符函数与字符串函数的实现示例-牛翰网

C语言字符函数与字符串函数的实现示例

目录 1. 字符函数 1.1 字符分类函数 1.2 字符转换函数 2. 字符串函数 2.1 strlen 函数 2.2 strcpy 函数 2.3 strcat 函数 2.4 strcmp 函数 2.5 strncpy 函数 2.6 strncat 函数 2.7 str...