Can y'all offer pointers/examples of how to create bindings for a variadic function? Specifically TIFFGetField in the libtiff library.
Thanks Richard
Richard Ray rray@mstc.state.ms.us writes:
Can y'all offer pointers/examples of how to create bindings for a variadic function? Specifically TIFFGetField in the libtiff library.
Right now, the only way to access these functions is through foreign-funcall. See the documentation for some examples:
http://common-lisp.net/project/cffi/manual/html_node/foreign_002dfuncall.htm...