2020/2/22 如何用一个结构体union来表示一个32位数
摘要:
#include <stdio.h> typedef unsigned char u8;typedef unsigned short int u16;typedef unsigned int u32; // 报错信息表typedef union Inverter_FaultMessage_t{ u3 阅读全文
posted @ 2021-02-22 23:09 epanll 阅读(167) 评论(0) 推荐(0)