test.h 120 B

123456789
  1. #ifndef TEST_H_
  2. #define TEST_H_
  3. extern "C"{
  4. int showChar(const char* c);
  5. }
  6. int showChar(const char* c);
  7. #endif