求C语言高手解答error C267: 'Tdelay': requires ANSI-style prototype问题!

#include<reg52.h>#defineucharunsignedchar#defineuintunsignedint#defineLED_ON0x01sbitd... #include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
#define LED_ON 0x01
sbit dsio=P1^7;
sbit temp_add=P1^0;
sbit temp_sub=P1^1;
sbit up1_temp=P1^2;
sbit down_temp=P1^3;
sbit tenbit=P1^5;
sbit sigbit=P1^6;
uchar temp_value,temp1_value;
uchar aa,bb,cc,flag;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f,
0xbf,0x86,0xdb,0xcf,0xe6,
0xed,0xfd,0x87,0xff,0xef};
uint tempr=25;
void delay(uint z)
{
uint x,y;
for(x=z;x>0;x--)
for(y=110;y>0;y--);
}
void Tdelay(uint t)
{
uint i;
while(t--)
{for(i=0;i<125;i++);}
}

void delay_18b20(uchar j)
{
while(j--);
}

void input(uchar dat)
{
uint i,j;
bit testb;
for(i=8;i>0;i--)
{
testb=dat&0x01;
dat=dat>>1;
if(testb)
{
dsio=0;
j++;j++;
dsio=1;
delay_18b20(4);
}
else
{
dsio=0;
delay_18b20(4);
dsio=1;
j++;j++;
}
}
}
void tmstart()
{
reset_18b20();
tmpre();
Tdelay(1);
input(0xcc);
input(0x44);
}

在Tdelay(1)处出现如题错误提示,请问怎样解决?
展开
 我来答
chenjianjk
2011-05-18 · TA获得超过151个赞
知道小有建树答主
回答量:125
采纳率:0%
帮助的人:46.4万
展开全部
我用你的程序运行的时候没有出现这个问题,只有警告。
一般 出现这个问题是因为你在使用Tdisplay之前没有对它进行声明。有两种方法解决:1、在使用display函数前进行声明。2、把display函数定义放在使用display函数之前。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式