C Development Reference
One of the advantages of Skip’s native mode is the ability to take full advantage of Swift’s excellent interoperability with C libraries. But thanks to the magic of Skip’s skip-ffi
module, you can interoperate with C in transpiled mode as well! See the Sharing C code between Swift and Kotlin for iPhone and Android apps blog entry to learn more about using C from transpiled Swift.