#ifndef TEST_H #define TEST_H #ifdef __cplusplus extern "C" { #endif void tsStart(const char* fPath); #ifdef __cplusplus } #endif #endif