1

I want to pass following Swift String array:

let array: [String] = ["aaa","bbb","ccc"]

to this C function:

void printStringArray(char*[] arr) {
    /* ... */
}
2

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.