Files
kotlin-fork/native/native.tests/testData/CInterop/executable/auxiliarySources/auxiliarySources.aux.h
T
2023-12-04 08:43:28 +00:00

9 lines
88 B
C
Vendored

#ifdef __cplusplus
extern "C" {
#endif
const char* name();
#ifdef __cplusplus
}
#endif