#include <stddef.h>#include <stdint.h>#include <stdbool.h>#include <stdlib.h>Contains types definitions.
Go to the source code of this file.
Macros | |
| #define | inline_ inline |
Typedefs | |
| typedef uint8_t | byte |
| Represents a 8-bit unsigned integer. More... | |
| typedef uint16_t | char16 |
| Represents a 8-bit unicode character. More... | |
| typedef uint32_t | char32 |
| Represents a 32-bit unicode character. More... | |
| typedef char | char8 |
| Represents a 16-bit unicode character. More... | |
| typedef decimal_t | decimal |
| Represents a decimal-precision floating-point number. More... | |
| typedef int16_t | int16 |
| Represents a 16-bit signed integer. More... | |
| typedef int32_t | int32 |
| Represents a 32-bit signed integer. More... | |
| typedef int64_t | int64 |
| Represents a 64-bit signed integer. More... | |
| typedef intptr_t | intptr |
| Represent a pointer or a handle. More... | |
| typedef wchar_t | wchar |
| Represents a wide character. More... | |
| typedef void * | xtd_handle |
| Represent a pointer or a handle. More... | |