Skip to content

C int may not be 4 bytes #27

@HazenBabcock

Description

@HazenBabcock

In many places we are assuming that the size of 'int' in C is 4 bytes. This appears to generally be true, but it is compiler dependent so this could cause trouble. Instead we should use 'int32_t'.

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