|
|
|
|
|
by jstimpfle
10 days ago
|
|
struct layout is well specified, it should be possible to avoid any padding issues by just aligning and by padding (with dummy members) correctly. The problem in practice is mostly integer representation (big-endian vs little-endian). |
|