Files
panda-meb/crypto/stdint.h

5 lines
122 B
C
Raw Normal View History

2017-04-24 19:18:08 -07:00
#define uint8_t unsigned char
#define uint32_t unsigned int
#define int64_t long long
#define uint64_t unsigned long long