23 lines
233 B
C
Executable File
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
|