|
XerolySkinnerBscpp 1.0.0
C++版本的驱动库
|
#include "stdint.h"

类型定义 | |
| typedef uint8_t | u8 |
| 8位无符号数类型 更多... | |
| typedef uint16_t | u16 |
| 16位无符号数类型 更多... | |
| typedef uint32_t | u32 |
| 32位无符号数类型 更多... | |
| typedef int8_t | i8 |
| 8位有符号数类型 更多... | |
| typedef int16_t | i16 |
| 16位有符号数类型 更多... | |
| typedef int32_t | i32 |
| 32位有符号数类型 更多... | |