How would I go about writing a bitfield that can be read by my C app? I
want to pack a few bools into one int.
I know an extended module exists (npstruct) which helps you do this but
I want to do it manually or using one of the standard modules.
want to pack a few bools into one int.
I know an extended module exists (npstruct) which helps you do this but
I want to do it manually or using one of the standard modules.
Comment