[net.unix-wizards] siaeof/alignment

HOLSTEGE@Cit-20@sri-unix (09/02/82)

Date: 27 Aug 1982 1404-PDT
I guess what I would like to see added to C to allow arbitrary structuring
of data is some kind of "packed" qualifier as in Pascal. Then
packed struct { int a; char b; } really would be 5 bytes. For machines
that aren't byte addressable, operating on this kind of data might
involve overhead, but procedures pack and unpack a la Pascal can be used.

-------