Passing parameters as const?
I have a function that accepts a pointer to a struct as a const. The FLI definition for the parameter looks like this: (:pointer (:const rmvertex3-d)))) Is there some defined way of passing a struct that I create using allocate-foreign-object to the C function as a const? Thanks, -Luke