1 #ifndef TYPE_H 2 #define TYPE_H 3 #include "stdint.h" 4 #ifdef __cplusplus 5 extern "C" 6 { 7 #endif 8 9 #ifdef __cplusplus 10 } 11 12 #endif 13 14 #endif 15