#ifndef __my_int #define __my_int #include #ifdef __cplusplus extern "C" { #endif typedef int_fast32_t myint; } #endif