1.C(362): warning C206: 'GotoXY': missing function-prototype
voidshownum(unsignedchardat){unsignedcharnumdat=0;numdat=dat;GotoXY(0,1);//x,yPrint("...
void shownum(unsigned char dat)
{
unsigned char numdat=0;
numdat=dat;
GotoXY(0,1);//x,y
Print("Finger:");
GotoXY(0,8);//x,y
str[0]=0x30+numdat/10;
str[1]=0x30+numdat%10;
Print(str);
}
1.C(362): warning C206: 'GotoXY': missing function-prototype
1.C(362): error C267: 'GotoXY': requires ANSI-style prototype
出现这个情况需要怎么解决呢,,,请各位大神帮帮忙 展开
{
unsigned char numdat=0;
numdat=dat;
GotoXY(0,1);//x,y
Print("Finger:");
GotoXY(0,8);//x,y
str[0]=0x30+numdat/10;
str[1]=0x30+numdat%10;
Print(str);
}
1.C(362): warning C206: 'GotoXY': missing function-prototype
1.C(362): error C267: 'GotoXY': requires ANSI-style prototype
出现这个情况需要怎么解决呢,,,请各位大神帮帮忙 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询