#ifndef MY_HEADER_H__ #define MY_HEADER_H__ #ifdef __cplusplus extern "C" { #endif void unit_myFunction(void); #ifdef __cplusplus } #endif #endif