Skip to content

Bit fields support #205

@XVilka

Description

@XVilka

It is not uncommon when C structures defined with bitfields

struct {
    unsigned int a : 2;
    unsigned int b : 4;
} some;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions