#ifndef SRC_HELLO_H_ #define SRC_HELLO_H_ #ifdef __cplusplus extern "C" { #endif void printMessage(const char* message); #ifdef __cplusplus } #endif #endif /* SRC_HELLO_H_ */