© 1999-2048 dssz.net 粤ICP备11031372号
[其它] 关于结构体类型数据的强制类型转换
说明:有如下结构体定义: typedef struct cemsg { uchar dl; uchar mg; uchar data[10]; }CEMSG; typedef struct msg{ uchar id; uchar cmd; uchar byte[4]; }MSG; typedef struct msg_p{ uchar id; uchar cmd; uchar far * ptr; }MS<weixin_38591011> 上传 | 大小:37kb