//防止头文件重复包含 #pragma once #ifdef __cplusplus extern "C" { #endif //需要按C标准编译的代码 #ifdef __cplusplus } #endif