rjhdby
08/06/2018, 11:50 AMimport platform.posix.*
fun getPrecisionIni() = "precision".cstr
produce error on compile time
example_num.kt:10:37: error: unresolved reference: cstr
fun getPrecisionIni() = "precision".cstr
gildor
08/06/2018, 12:03 PMkotlinx.cinterop.*
?rjhdby
08/06/2018, 12:14 PM