#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
#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