#include <cstddef>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef bool | kt_bool |
typedef char | kt_char |
typedef double | kt_double |
typedef float | kt_float |
typedef int16_t | kt_int16s |
typedef uint16_t | kt_int16u |
typedef int32_t | kt_int32s |
typedef uint32_t | kt_int32u |
typedef signed long long | kt_int64s |
typedef unsigned long long | kt_int64u |
typedef int8_t | kt_int8s |
typedef uint8_t | kt_int8u |
typedef int8_t kt_int8s |