Skip to content

[SUGGESTION] f? and c? types #297

Closed
Closed
@msadeqhe

Description

@msadeqhe

Currently the following type aliases are defined in cpp2util.h:

  • i8, i16, i32 and i64 for various signed integer types
  • u8, u16, u32 and u64 for various unsigned integer types

I propose to also define the following type aliases:

  • f16, f32, f64 and f128 for various floating-point types

Also this can be done for char?_t types, but I'm not sure if it is common:

  • c8, c16 and c32 for various character types

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions