toCStringArray

Native
1.3
fun List < String > . toCStringArray (
autofreeScope : AutofreeScope
) : CPointer < CPointerVar < ByteVar > >

(source)

Convert this list of Kotlin strings to C array of C strings, allocating memory for the array and C strings with given AutofreeScope .

Native
1.3
fun Array < String > . toCStringArray (
autofreeScope : AutofreeScope
) : CPointer < CPointerVar < ByteVar > >

(source)

Convert this array of Kotlin strings to C array of C strings, allocating memory for the array and C strings with given AutofreeScope .