#ifndef TEST_FUNC_H
#define TEST_FUNC_H
#ifdef __cplusplus
extern "C" {
#endif
extern void func(int data);
}
#endif // ! TEST_FUNC_H