We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, is this library supports bitfields in structs like below?
eg. struct Test { int a: 2; int b: 1; int reserved: 29; int c; }