#ifndef PKG_HELLO_H__ #define PKG_HELLO_H__ #ifdef __cplusplus extern "C" { #endif int hello_func(void); #ifdef __cplusplus } #endif #endif