#ifdef __cplusplus extern "C" { #endif void emu_Init(void); void emu_Deinit(void); #ifdef __cplusplus } // extern "C" #endif