What is the CFFI actual definition?

I - but that is a very selfish  proposal :) - would just write a proper handler 
for HELambdaP.

Cheers

MA





On Mar 30, 2014, at 17:11 , Joeish W <joeish80...@yahoo.com> wrote:

> Which is the better way do write documentation for functions for  a CFFI 
> library
> 
> like this?
> 
> C++: int RNG::uniform(int a, int b)
> 
> Common Lisp: (UNIFORM-D (RNG (:POINTER RNG)) (A :DOUBLE) (B :DOUBLE)) => 
> :DOUBLE
> 
> or like this without the parenthesis
> 
> C++: float RNG::uniform(float a, float b)
> 
> Common Lisp: (UNIFORM-F (RNG :POINTER RNG) A :FLOAT B :FLOAT) => :FLOAT
> 
> _______________________________________________
> Cffi-devel mailing list
> Cffi-devel@common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

--
Marco Antoniotti



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

Reply via email to