#pragma once #ifdef __cplusplus extern "C" { #endif void synth_init(void); float get_sample(void); #ifdef __cplusplus } #endif