Files
kotlin-fork/kotlin-native/backend.native/tests/interop/leakMemoryWithRunningThread/leakMemory.h
T
2020-12-14 15:25:37 +01:00

10 lines
107 B
C

#ifdef __cplusplus
extern "C" {
#endif
void test_RunInNewThread(void (*)());
#ifdef __cplusplus
}
#endif