c

Alias definitions for all C stdint and regular data types

Types

__int128_t

using __int128_t = ;

__int64_t

using __int64_t = ;

__uint128_t

using __uint128_t = ;

__uint64_t

using __uint64_t = ;

char16_t

using char16_t = ;

char32_t

char8_t

int

int128_t

int16_t

int32_t

int64_t

int8_t

intptr_t

long

ptrdiff_t

short

size_t

ssize_t

uint128_t

uint16_t

uint32_t

uint64_t

uint8_t

uintptr_t

wchar_t

Last updated

Was this helpful?