Foreign Function Binding
Foreign function binding can be done by using the following constructs of SML#.
These features achieve seamless interoperability with C.
In the SML# 0.20 version, only dynamic linking is supported. We plan to support static linking in a future version that support native code generator and separate compilation.
Keyword(s):
References:[SML# Language]