摘要:
strtod()会扫描参数nptr字符串,跳过前面的空格字符,直到遇上数字或正负符号才开始做转换,到出现非数字或字符串结束时('\0')才结束转换,并将结果返回。若endptr不为NULL,则会将遇到不合条件而终止的nptr中的字符指针由endptr传回。参数nptr字符串可包含正负号、小数点或E(... 阅读全文
摘要:
array type has incomplete element typeextern struct SoundReport SoundList[32]; ///// 多写了 struct typedef struct{u8 SoundContent[50];//语音播报的内容 注:以null... 阅读全文