All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzs_stdint.h File Reference

Exact Kanzi types - 8 bit, 16 bit, 32 bit, 64 bit. More...

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...
 

Detailed Description

Exact Kanzi types - 8 bit, 16 bit, 32 bit, 64 bit.

Copyright 2008-2020 by Rightware. All rights reserved.

Typedef Documentation

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.

Variable Documentation

KZ_HEADER_BEGIN typedef unsigned char kzU8

Unsigned 8-bit type.