On Mon, 27 Feb 2012 19:42:36 +0100, Tobias Brandt wrote: > Doesn't the struct alignment play a role here?
Good point. If the data is packed, you can toss an align(1) on the front of the struct declaration.
On Mon, 27 Feb 2012 19:42:36 +0100, Tobias Brandt wrote: > Doesn't the struct alignment play a role here?
Good point. If the data is packed, you can toss an align(1) on the front of the struct declaration.