attribute((packed))的作用只是把padding(填充)空间删除了,char、int该占多大还是多大。
参考:attribute((packed))的作用 http://blog.csdn.net/lmh12506/article/details/25641853
test_packed.c例子结果:
deep@deep-virtual-machine:~$ ./a.out
01 99 c9 73 cd ab 00 00
01 cd ab 00 00