On Tue, Nov 10, 2009 at 7:43 PM, Alex Queiroz asandroq@gmail.com wrote:
You must create a variable in Scheme-land too:
(define *ABC* ((c-lambda () int "___result = ABC;")))
I have a few header files that have quite a few of these declarations. I was wondering whether there was any easy way out, instead of going through the header files and writing a c-lambda for each one.
-aditya