Skip to content

Update all source files to use uintN_t #2

@ghost

Description

The data types used in goodfet files are of 3 kinds:

-stdint ones (uint8_t, etc)
-normal C ones (unsigned char, etc)
-some more (u8, etc)

My proposition is to use stdint types in every file.

Is there anything unknown to me that would prevent doing that?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions