clifton
12/16/2017, 11:30 PMclifton
12/17/2017, 10:39 PMilya.matveev
12/18/2017, 4:11 AMsin
function is already included into platform.posix
so cinterop doesn't include it into your library. You may use the -nodefaultlibs
flag of cinterop to change this behavior and generate stubs for all declarations. In this case you should see a long list of functions in the klib contents
output instead of just package names.