1 2 3 4 5 6
#include <stdint.h> #define u8 uint8_t #define u16 uint16_t #define s8 int8_t #define s16 int16_t