[Haskell-cafe] Bit Field Marshalling
Bulat Ziganshin
bulat.ziganshin at gmail.com
Fri Nov 7 01:12:13 EST 2008
Hello Michael,
Friday, November 7, 2008, 8:51:46 AM, you wrote:
> Have others run into this problem before? What options are there for
> working around it?
if your goal is to maximize portability and not speed, one option is
to make another structure without bit fields, and add C helper
function which converts from this intermediate structure into final
one
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list