fli:define-foreign-callable
Hi, I am new to LispWorks. I am trying to define a Lisp function that will be called from a C layer. Here is what my Lisp function will appear to be for the C function: const char *myFunction(const char *arg1, int arg2); Can you show me how to make this a foreign callable function? I tried to read the fli reference manual, but it appears quite complex! Thanks for the help. Regards, Rangarajan