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.