[cffi-devel] Lispworks FLI to CFFI translation question
15 Jan
2010
15 Jan
'10
1:10 p.m.
Dear CFFI Gurus: I do have a Lispworks FLI definition like this: (fli:define-foreign-type pfunc (&rest fargs) `(:ptr (:function ,@fargs))) How would I translate this into a suitable CFFI definition? And why/how? Thanks in advance!! Cheers Frank
15 Jan
15 Jan
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/
5500
Age (days ago)
5500
Last active (days ago)
1 comments
2 participants
participants (2)
-
Frank Goenninger
-
Luís Oliveira