UHSDR/UHSDR-active-devel/mchf-eclipse/misc/TestCPlusPlusInterface.h

23 lines
233 B
C
Raw Normal View History

2022-08-24 08:39:13 +02:00
#ifndef MISC_TESTCPLUSPLUSINTERFACE
#define MISC_TESTCPLUSPLUSINTERFACE
// #define TESTCPLUSPLUS
#ifdef TESTCPLUSPLUS
#ifdef __cplusplus
extern "C"
{
#endif
void test_call_cpp();
#ifdef __cplusplus
}
#endif
#endif
#endif