Kanzi  3.9.6
Kanzi Engine API
kzs_stdint.hpp File Reference

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

Typedefs

typedef int16_t kzS16
 Signed 16-bit type. More...
 
typedef int32_t kzS32
 Signed 32-bit type. More...
 
typedef int64_t kzS64
 Signed 64-bit type. More...
 
typedef int8_t kzS8
 Signed 8-bit type. More...
 
typedef uint16_t kzU16
 Unsigned 16-bit type. More...
 
typedef uint32_t kzU32
 Unsigned 32-bit type. More...
 
typedef uint64_t kzU64
 Unsigned 64-bit type. More...
 
typedef uint8_t kzU8
 Unsigned 8-bit type. More...
 

Detailed Description

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

Copyright 2008-2017 by Rightware. All rights reserved.

Typedef Documentation

◆ kzU8

typedef uint8_t kzU8

Unsigned 8-bit type.

◆ kzS8

typedef int8_t kzS8

Signed 8-bit type.

◆ kzU16

typedef uint16_t kzU16

Unsigned 16-bit type.

◆ kzS16

typedef int16_t kzS16

Signed 16-bit type.

◆ kzU32

typedef uint32_t kzU32

Unsigned 32-bit type.

◆ kzS32

typedef int32_t kzS32

Signed 32-bit type.

◆ kzU64

typedef uint64_t kzU64

Unsigned 64-bit type.

◆ kzS64

typedef int64_t kzS64

Signed 64-bit type.