body/crypto/stdint.h

5 lines
122 B
C
Raw Permalink Normal View History

2022-03-15 08:32:20 +08:00
#define uint8_t unsigned char
#define uint32_t unsigned int
#define int64_t long long
#define uint64_t unsigned long long