#ifndef EV_HEADERS_INTERNAL_H #define EV_HEADERS_INTERNAL_H typedef signed char __ev_int8_t; typedef short int __ev_int16_t; typedef int __ev_int32_t; typedef long long int __ev_int64_t; typedef unsigned char __ev_uint8_t; typedef unsigned short int __ev_uint16_t; typedef unsigned int __ev_uint32_t; typedef unsigned long long int __ev_uint64_t; typedef float __ev_float32_t; typedef double __ev_float64_t; #endif // EV_HEADERS_INTERNAL_H