Hi all,

Anyone working on the foreign function interface?

I have made some progress in this area using ffcall (tried also libffi
but ffcall seems simpler). At least it is possible now to call
functions with mixed type arguments. 

If nobody is working on it tell me and I will send patches in one or
two weeks (I will be some time away from computers).

BTW, this is the way I use to specify external functions, suggestions
welcome.

library libc /usr/lib/libc.so
library libm /usr/lib/libm.so

libc sleep sleep int --int
libm fmodf fmodf float float --float

Greetings,
  Jorge

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to