cmake/cmake_templete/inc/testFunc1.h

13 lines
165 B
C

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