#ifndef __LIBCPROJECT_TYPES__ #define __LIBCPROJECT_TYPES__ #include typedef uint8_t byte_t; typedef char* string_t; typedef float float32_t; typedef double float64_t; #endif