Go to the source code of this file.
|
typedef unsigned char | kuint8_t |
typedef unsigned short | kuint16_t |
typedef unsigned int | kuint32_t |
typedef unsigned long | kuintptr_t |
typedef unsigned int | size_t |
typedef unsigned int | u32 |
| 32-Bit Unsigned Int
|
typedef unsigned char | u8 |
| 8-Bit Unsigned Int
|
typedef unsigned long | uptr |
| Long Unsigned Int.
|
typedef unsigned short | u16 |
| 16-Bit Unsigned Int
|
◆ kuint16_t
◆ kuint32_t
◆ kuint8_t
◆ kuintptr_t
◆ size_t
◆ u16
typedef unsigned short u16 |
16-Bit Unsigned Int
Definition at line 36 of file nums.h.
◆ u32
32-Bit Unsigned Int
Definition at line 30 of file nums.h.
◆ u8
8-Bit Unsigned Int
Definition at line 32 of file nums.h.
◆ uptr
typedef unsigned long uptr |
Long Unsigned Int.
Definition at line 34 of file nums.h.