Loading

合集-C_库函数实现

摘要:本文实现了对C_字符串常用库函数进行了实现,更新中... size_t stlren(const char *) #include <stdio.h> #include <string.h> // 自定义函数指针 // 赋值:strlenPtr func=strlen;将函数strlen的地址赋值给 阅读全文
posted @ 2025-03-11 17:27 景的博客 阅读(27) 评论(0) 推荐(0)