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

23 lines
233 B
C
Raw Permalink Normal View History

2022-11-08 16:13:55 +01: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