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