keil4软件sscanf和atoi函数不能把字符串转换为整形怎么处理
时间:10-02
整理:3721RD
点击:
Lcddiplay(Ds18b20ReadTemp());
if( (new_rec==1)&&(send_ed==1)) //如果收到新数据及发送完毕
sscanf(str,"%d",&result);
result=atoi(str);
if( (new_rec==1)&&(send_ed==1)) //如果收到新数据及发送完毕
sscanf(str,"%d",&result);
result=atoi(str);
怎样转换字符串为整数