15 Jan
2010
15 Jan
'10
10:16 p.m.
On Fri, Jan 15, 2010 at 1:10 PM, Frank Goenninger <frgo@mac.com> wrote:
(fli:define-foreign-type pfunc (&rest fargs) `(:ptr (:function ,@fargs)))
How would I translate this into a suitable CFFI definition? And why/how?
We don't have function pointer types (yet) so you should simply use :pointer. -- Luís Oliveira http://r42.eu/~luis/