摘要:
// //自写函数实现字符串比较 #include "stdafx.h" #include "stdio.h" #include "stdlib.h" //#include "string.h" int mystrlen(char *pstr) { int num=0; while(*pstr!=' 阅读全文
posted @ 2021-08-24 15:47
admrty
阅读(126)
评论(0)
推荐(0)
摘要:
1 // mystrchr.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include "stdio.h" 6 #include "stdlib.h" 7 #in 阅读全文
posted @ 2021-08-24 15:13
admrty
阅读(114)
评论(0)
推荐(0)

浙公网安备 33010602011771号