UHSDR/UHSDR-active-devel/mchf-eclipse/misc/TestCPlusPlusInterface.h
2022-08-24 08:39:13 +02:00

23 lines
233 B
C
Executable File

#ifndef MISC_TESTCPLUSPLUSINTERFACE
#define MISC_TESTCPLUSPLUSINTERFACE
// #define TESTCPLUSPLUS
#ifdef TESTCPLUSPLUS
#ifdef __cplusplus
extern "C"
{
#endif
void test_call_cpp();
#ifdef __cplusplus
}
#endif
#endif
#endif