Hello all. I'm trying to read a binary file with k...
# kotlin-native
j
Hello all. I'm trying to read a binary file with kotlin-native on linux. I've written a function to do so (https://pastebin.com/6uktKcfd), but I end up getting SIGABRT and a dump (see bottom of pastebin). Can anyone spot what I'm doing wrong?
s
I asked same question few days ago here is the solution: https://kotlinlang.slack.com/archives/C3SGXARS6/p1510333930000663
check in the replies
j
thanks!