Files
clearpilot/body/crypto/stdint.h
Your Name fe5f722eda wip
2024-04-27 13:01:58 -05:00

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