Structs§
Constants§
Functions§
Type Aliases§
- Equivalent to C’s
char
type. - Equivalent to C’s
signed int
(int
) type. - Equivalent to C’s
signed long
(long
) type. - Equivalent to C’s
unsigned char
type. - Equivalent to C’s
unsigned long
type. - Equivalent to C’s
unsigned short
type. - Equivalent to C’s
void
type when used as a pointer.