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