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