stdint.h 121 Bytes
Newer Older
董子豪's avatar
董子豪 committed
1 2 3 4
typedef unsigned char uint8_t;
typedef unsigned long long uint64_t;
typedef unsigned long int size_t;
#define bool _Bool