[EMAIL PROTECTED] writes:
> (pl-defcfun ("c_plmesh" plmesh) :void
>           (x *plflt nx)
>           (y *plflt ny)
>           (z **plflt (nx ny))
>           (nx plint)
>           (ny plint)
>           (opt plint))
[...]
> (DEFUN PLMESH (X Y Z OPT)

Ah, I missed this detail. To do this you need a wrapper function
indeed. I suppose that when someone adds :out types we might come up
with a generalized interface to omit arguments, maybe.

-- 
Luís Oliveira
luismbo (@) gmail (.) com
Equipa Portuguesa do Translation Project
http://www.iro.umontreal.ca/translation/registry.cgi?team=pt

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to