diff --git a/C语言五子棋课程设计代码-黄智.c b/C语言五子棋课程设计代码-黄智.c index a232f85..781f7be 100644 --- a/C语言五子棋课程设计代码-黄智.c +++ b/C语言五子棋课程设计代码-黄智.c @@ -29,9 +29,6 @@ void huiqi(int (* p)[MAXIMUS],int num);// int s1=0,s2=0;/*ļƷֱ*/ void p1_point();/*1pƷļȡ,1pƷļд,1pƷļ*/ void p2_point();/*2pƷļȡ,2pƷļд,2pƷļ*/ - - - char* Copy(char* strDest,const char* strSrc)//޸Ĺַƺĩ˵\0 { char* strDestCopy = strDest; diff --git a/C语言五子棋课程设计代码-黄智.exe b/C语言五子棋课程设计代码-黄智.exe index cef9c15..14ff384 100644 Binary files a/C语言五子棋课程设计代码-黄智.exe and b/C语言五子棋课程设计代码-黄智.exe differ