Skip to content

Support for bit fields? #8

@talhaHavadar

Description

@talhaHavadar

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

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions