单片机C语言编译错误:requires ANSI-style prototype
已定义的play函数的格式为:voidplay(ucharsong[][2]),并且写在了main函数的前面然后在main函数后面调用play函数:voidINT0_in...
已定义的play函数的格式为:void play(uchar song[][2]),并且写在了main函数的前面
然后在main函数后面调用play函数:
void INT0_int() interrupt 0
{
while(1)
{ //其中song1、2、3都是数组
if(s==1) paly(song1);
if(s==2) play(song2);
if(s==3) play(song3);
if(s==4)break;
}
}
错误提示为:
error C267: 'paly': requires ANSI-style prototype 展开
然后在main函数后面调用play函数:
void INT0_int() interrupt 0
{
while(1)
{ //其中song1、2、3都是数组
if(s==1) paly(song1);
if(s==2) play(song2);
if(s==3) play(song3);
if(s==4)break;
}
}
错误提示为:
error C267: 'paly': requires ANSI-style prototype 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询