cmake/cmake_templete/inc/testFunc.h

13 lines
162 B
C

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