FFI in new Hugs beta

Erik Meijer erik@meijcrosoft.com
Tue, 6 Feb 2001 16:48:23 -0800


Is there any documentation on using the FFI in the just released Hugs beta?
For example, what steps should I take to call the following C function?

    #include <stdio.h>
    void Hello () { printf ("Hello from C"); }

Erik