Skip to content

Instantly share code, notes, and snippets.

@kesslern
Created February 4, 2018 04:09
Show Gist options
  • Select an option

  • Save kesslern/6d215ec152587bd5128cf3cd59ed9556 to your computer and use it in GitHub Desktop.

Select an option

Save kesslern/6d215ec152587bd5128cf3cd59ed9556 to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
ftw("./", staticCFunction(::test), 100)
}
fun test(arg1: CPointer<ByteVar>?, arg2: CPointer<stat>?, arg3: Int): Int {
println(arg1?.toKString())
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment