8位字节对齐 June 22, 2022 Content # 8位字节对齐,用C语言可描述如下: char* p; (p & -8) 假定数据为1字节,-8的二进制表示为: 1111000 Viewpoint # From # Links #