10 lines
107 B
C
10 lines
107 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void test_RunInNewThread(void (*)());
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|