#pragma once
#include <stdint.h>

typedef __attribute__((aligned(1))) uint8_t  uu8;
typedef __attribute__((aligned(1))) uint16_t uu16;
typedef __attribute__((aligned(1))) uint32_t uu32;
typedef __attribute__((aligned(1))) uint64_t uu64;
