python-cstruct icon indicating copy to clipboard operation
python-cstruct copied to clipboard

Support for bit fields?

Open talhaHavadar opened this issue 6 years ago • 1 comments
trafficstars

Hi, is this library supports bitfields in structs like below?

eg. struct Test { int a: 2; int b: 1; int reserved: 29; int c; }

talhaHavadar avatar Feb 15 '19 14:02 talhaHavadar

No, bitfields are not yet supported.

andreax79 avatar Feb 17 '19 08:02 andreax79