Skip to content

Add c_int and c_uint portability helper type #412

Open
@danakj

Description

@danakj

Rather than be an alias to i32 or i64, it can be another type that matches the size of an int for the system.

This can be very useful for working with libc APIs, even though it should not typically be relied on as a primary type in the application layer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designDesign of the library systems as a whole, such as concepts

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions