您的位置: 首页 > IT文章 > extern extern 分类: IT文章 • 2024-02-18 19:25:42 #ifndef ADJUST_FREQUENCY #define ADJUST_FREQUENCY #ifdef __cplusplus extern "C" { #endif extern void test_adjust_freq(int time); extern void test_monkey(int time); #ifdef __cplusplus } #endif #endif