#pragma once #ifdef __cplusplus extern "C" { #endif #include void hello(); #ifdef __cplusplus } #endif