I need to use cinterop (`stdio`) even for just rea...
# kotlin-native
y
I need to use cinterop (
stdio
) even for just reading from a file? This is what the csvparser example use and I couldn't seem to find anything from
<http://kotlin.io|kotlin.io>
library. Sorry if I am missing something obvious.
o
yes, one need to run interop tool on libraries you need to interop with. Do you have any problems with cinterop tool?