On Fri, Jan 15, 2010 at 1:10 PM, Frank Goenninger <f...@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/

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to