#ifndef TEST_H_ #define TEST_H_ extern "C"{ int showChar(const char* c); } int showChar(const char* c); #endif