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

 

posted @ 2018-03-28 17:13  牧 天  阅读(146)  评论(0编辑  收藏  举报