#ifndef TYPES_H #define TYPES_H #include <stdint.h> typedef int8_t int8; typedef int16_t int16; typedef int32_t int32; typedef int64_t int64; #endif