Where are the docs/reference for `platform.posix.*...
# kotlin-native
a
Where are the docs/reference for
platform.posix.*
package?
a
@Kris Wong it says no match for
platoform.posix
:P
k
i am assuming you are being sarcastic 🙂
😄 1
g
Reference depends on your platform header files
You can check which headers are included for each platform: https://github.com/JetBrains/kotlin-native/tree/master/platformLibs/src/platform
Though, I agree, it would be helpful to publish official reference for all cinterop platform libraries, but it not so simple task (just a list of functions is not so helpful, would be nice to have reference on platform implementations/docs)
👍 2