Exact Kanzi types - 8 bit, 16 bit, 32 bit, 64 bit. More...
#include <system/kzs_header.h>Typedefs | |
| typedef signed char | kzS8 |
| Signed 8-bit type. More... | |
| typedef unsigned short | kzU16 |
| Unsigned 16-bit type. More... | |
| typedef signed short | kzS16 |
| Signed 16-bit type. More... | |
| typedef unsigned long | kzU32 |
| Unsigned 32-bit type. More... | |
| typedef signed long | kzS32 |
| Signed 32-bit type. More... | |
| typedef unsigned long long | kzU64 |
| Unsigned 64-bit type. More... | |
| typedef signed long long | kzS64 |
| Signed 64-bit type. More... | |
Variables | |
| KZ_HEADER_BEGIN typedef unsigned char | kzU8 |
| Unsigned 8-bit type. More... | |
Exact Kanzi types - 8 bit, 16 bit, 32 bit, 64 bit.
Copyright 2008-2020 by Rightware. All rights reserved.
| typedef signed char kzS8 |
Signed 8-bit type.
| typedef unsigned short kzU16 |
Unsigned 16-bit type.
| typedef signed short kzS16 |
Signed 16-bit type.
| typedef unsigned long kzU32 |
Unsigned 32-bit type.
| typedef signed long kzS32 |
Signed 32-bit type.
| typedef unsigned long long kzU64 |
Unsigned 64-bit type.
| typedef signed long long kzS64 |
Signed 64-bit type.
| KZ_HEADER_BEGIN typedef unsigned char kzU8 |
Unsigned 8-bit type.