Skip to content

Change variable types to fixed length variable types #15

@marceldombrowski

Description

@marceldombrowski

Right now this is not much of a problem for us because we are all using an x86_64 machine, but I think we should think about using fixed length variable types, e.g. different variables have different lengths on different architectures. So instead of "unsigned short"s we should use "uint16_t"s instead, so we can be sure that the variables always have the same length.

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