#ifndef __TYPES__ #define __TYPES__ #include typedef uint8_t byte_t; typedef char* string_t; #endif