This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

cffi bindings with C arrays and pointers

1 post · 1813 views

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.