Closed
Description
Currently the following type aliases are defined in cpp2util.h
:
i8
,i16
,i32
andi64
for various signed integer typesu8
,u16
,u32
andu64
for various unsigned integer types
I propose to also define the following type aliases:
f16
,f32
,f64
andf128
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
andc32
for various character types