stdint.h 121 Bytes EditWeb IDE 1 2 3 4 typedef unsigned char uint8_t; typedef unsigned long long uint64_t; typedef unsigned long int size_t; #define bool _Bool