Skip to content

Unsigned integers #2

Open
Open
@certik

Description

@certik

All integers in Fortran are signed. It is a common request to include unsigned integers. At the very least to help with the interoperation with the C API that uses unsigned integers.

The best approach currently is to use signed integers of the same size, and then convert them to unsigned Fortran integers of a bigger size appropriately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Clause 7Standard Clause 7: TypesunsubmittedHas not been submitted to the committee yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions