8 Feb
2012
8 Feb
'12
9:05 p.m.
On Wed, Feb 08, 2012 at 02:52:49PM -0500, Trent Piepho wrote:
Linux defines bool as _Bool, which is a native type from C99. _Bools in structs appear to be the same as unsigned char. They each take one byte and have an alignment of one.
Well, that's a bit of a failure isn't it? Let's not bother then.