Files
dragonpilot/panda/crypto/stdint.h
T
Rick Lan 94518f7761 0.7.0-en
2020-03-31 17:01:49 +10: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