Files
dragonpilot/body/crypto/stdint.h
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08: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