摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> char* my_strchr01(char*str,char*c 阅读全文
posted @ 2020-08-27 20:32 wh19991213 阅读(271) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> void my_strcat01(char*ch1,char*ch 阅读全文
posted @ 2020-08-27 09:02 wh19991213 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //值传递:形参不影响实参的值(使用变量、常量、数组元素作为函数参 阅读全文
posted @ 2020-08-27 08:35 wh19991213 阅读(127) 评论(0) 推荐(0) 编辑