cffi bindings with C arrays and pointers

Discussion of Common Lisp
Post Reply
f1f

cffi bindings with C arrays and pointers

Post by f1f » Fri Nov 27, 2009 8:12 am

What is is best way to abstract use of C libs, which expect to pass pointers to them? For example, there is a file parsed into CL data structures (list or vectors), and then this data is needed to be passed to C library function as pointer.

Post Reply