mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 07:32:06 +08:00
9c2632d9d1
old-commit-hash: af301ad7b5
5 lines
122 B
C
5 lines
122 B
C
#define uint8_t unsigned char
|
|
#define uint32_t unsigned int
|
|
#define int64_t long long
|
|
#define uint64_t unsigned long long
|