1 #ifndef __my_a 2 #define __my_a 3 4 #include <A/int.h> 5 #include <stdint.h> 6 7 #ifdef __cplusplus 8 extern "C" 9 { 10 #endif 11 12 typedef int_fast32_t my_a; 13 } 14 15 #endif 16