zzy-c

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年4月11日

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<string.h> #include<assert.h> //内存操作函数 //memcpy-内存拷贝 void* my_memcpy(void* dest, const voi 阅读全文
posted @ 2022-04-11 16:20 zzy_C 阅读(103) 评论(0) 推荐(0)

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> //#include<string.h> //#include<assert.h> //#include<errno.h> //strerror//把错误码转换为错误信息 //perror//打印 阅读全文
posted @ 2022-04-11 15:55 zzy_C 阅读(108) 评论(0) 推荐(0)

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<string.h> #include<assert.h> #include<errno.h> //strerror//把错误码转换为错误信息 //perror//打印错误信息 i 阅读全文
posted @ 2022-04-11 15:44 zzy_C 阅读(93) 评论(0) 推荐(0)