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


_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to