MLton 20051202 ForeignFunctionInterface
Home  Index  
MLton's foreign function interface (FFI) extends Standard ML and makes it easy to take the address of C global objects, access C global variables, call from SML to C, and call from C to SML.

Overview

Importing Code into SML

Exporting Code from SML


Last edited on 2005-12-02 04:19:50 by StephenWeeks.