C Types
1.10.1¶
#include <std/cint.pat>
This namespace contains type definitions for the standard built-in types of the C programming language
Types¶
uint8_t
1.10.1¶
A type representing a unsigned 8 bit value
uint16_t
1.10.1¶
A type representing a unsigned 16 bit value
uint32_t
1.10.1¶
A type representing a unsigned 32 bit value
uint64_t
1.10.1¶
A type representing a unsigned 64 bit value
uint128_t
1.10.1¶
A type representing a unsigned 128 bit value
int8_t
1.10.1¶
A type representing a signed 8 bit value
int16_t
1.10.1¶
A type representing a signed 16 bit value
int32_t
1.10.1¶
A type representing a signed 32 bit value
int64_t
1.10.1¶
A type representing a signed 64 bit value
int128_t
1.10.1¶
A type representing a signed 128 bit value
float32_t
1.10.1¶
A type representing a 32 bit floating point value
float64_t
1.10.1¶
A type representing a 64 bit floating point value
size_t
1.10.1¶
A type representing a unsigned size
ssize_t
1.10.1¶
A type representing a signed size