1 #ifndef _CORE_STDINC_H_ 2 #define _CORE_STDINC_H_ 3 4 #if defined(__cplusplus) 5 extern "C" { 6 #endif 7 8 #include <stdint.h> 9 #include <string.h> 10 11 #if defined(__cplusplus) 12 } 13 #endif 14 15 #endif 16 17