Debian – In C struct, why packed,aligned seems to do padding?
In C struct, why packed,aligned seems to do padding? I have to read a bunch of MSB/LSB bytes from a remote device using i2c. As all device data are bytes, I use uint8_t which represent exactly 8 bits that is…