extern

#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
原文地址:https://www.cnblogs.com/muhe221/p/8664997.html