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