On Tue, Apr 22, 2008 at 9:29 PM, Evan Laforge <
qdunkan@gmail.com> wrote:
This uses hsc2hs. As far as I can tell, alignment is unused. I've
never had an error from using 'undefined' there.
Some architectures require all sorts of wacky alignments. E.g. floats may need to be 4 byte aligned, so it's very important that you don't poke a single byte, and then a float, you need to pad with 3 empty bytes first (assuming the whole structure starts at a 4 byte alignment).
--