stdint.h 94 B

1234
  1. #define uint8_t unsigned char
  2. #define uint16_t unsigned short
  3. #define uint32_t unsigned long